COLOR #0AEDE9

HEX: #0AEDE9
RGB: (10,237,233)

Color info

#0AEDE9 contains mainly green and blue colors. Web safe color of #0AEDE9 is #00FFFF (or #0FF).

RGB color model

#0AEDE9 color RGB value is (10,237,233).

  • red value is 10;
  • green value is 237;
  • blue value is 233.
RGB:
(10,237,233)
(4%,93%,91%)

RGB channels and saturation

R 10 of 255 = 4%
G 237 of 255 = 93%
B 233 of 255 = 91%

10
237
233

R + G + B ~ 63%. #0AEDE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
10 + 237 + 233 = 480 (100%)
R 10 of 480 ~ 2.08%
G 237 of 480 ~ 49.38%
B 233 of 480 ~ 48.54%

%49.38
%48.54

CMYK color model

#0AEDE9 color CMYK value is (96,0,2,7).

  • cyan value is 95.78%
  • magenta value is 0.00%
  • yellow value is 1.69%
  • key color value is 7.06%
CMYK:
(96,0,2,7)
C96M0Y2K7 
(96%,0%,2%,7%)
(0.96/0.00/0.02/0.07)	

CMYK percentages

%95.78
%0
%1.69
%7.06

Codes

Color #0AEDE9 in popluar color models

0AEDE9
RGB10237233
HSL179°91.90%48.43%
HSB/HSV179°95.78%92.94%
CMYK95.78%0.00%1.69%
7.06%

Color #0AEDE9 in popluar number systems.

HEX0AEDE9
Decimal10237233
Binary10101110110111101001
Octal12355351

Shades and tints

Shades of #0AEDE9

#0AEDE9
(10,237,233)
#0AD8D4
(10,216,212)
#0AC3BF
(10,195,191)
#0AAEAA
(10,174,170)
#0A9995
(10,153,149)
#0A8480
(10,132,128)
#0A6F6B
(10,111,107)
#0A5A56
(10,90,86)
#0A4541
(10,69,65)
#0A302C
(10,48,44)
#0A1B17
(10,27,23)
#000000
(0,0,0)

Tints of #0AEDE9

#0AEDE9
(10,237,233)
#20EEEB
(32,238,235)
#36EFED
(54,239,237)
#4CF0EF
(76,240,239)
#62F1F1
(98,241,241)
#78F2F3
(120,242,243)
#8EF3F5
(142,243,245)
#A4F4F7
(164,244,247)
#BAF5F9
(186,245,249)
#D0F6FB
(208,246,251)
#E6F7FD
(230,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0AEDE9 color. Also use rgb(10,237,233) instead hex code.

Text Font Color

.myTextColor { color: #0AEDE9; }

<p style="color:#0AEDE9">This sample text font color is #0AEDE9.</p>

This text font color is #0AEDE9.


Background Color

.myBgColor { background-color: #0AEDE9; }

<div style="background-color:#0AEDE9">Inner text</div>

This div background color is #0AEDE9.


Border color

.myBorderColor { border: 1px solid #0AEDE9; }

<div style="border:3px solid #0AEDE9">Div</div>

This div border color is #0AEDE9.


Opacity

.myOpacity80 { color: #0AEDE9; opacity: 0.8; }

<p style="color:#0AEDE9;opacity:0.8;">80%</p>

Text with #0AEDE9 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0AEDE9;}

<p style="text-shadow: 3px 3px 1px #0AEDE9">Text here.</p>

This text has shadow with #0AEDE9 color.

.textShadow {text-shadow: 3px 3px 1px #0AEDE9, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0AEDE9, 5px 5px 20px red">Text here.</p>

This text has shadow with #0AEDE9 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0AEDE9, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0AEDE9, Direction=45, Strength=4)">Text</p>

This text has shadow with #0AEDE9 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0AEDE9;
  -webkit-box-shadow:	1px 1px 3px 2px #0AEDE9;
  box-shadow:		1px 1px 3px 2px #0AEDE9;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0AEDE9;
-webkit-box-shadow: 1px 1px 3px 2px #0AEDE9;
box-shadow:1px 1px 3px 2px #0AEDE9;">
Div content here</div>
This div box has shadow with color #0AEDE9.

Preview

Color preview on black background

This text has color #0AEDE9 on black background.


Color preview on white background

This text has color #0AEDE9 on white background.



Black color preview on #0AEDE9 background

This text has black color on #0AEDE9 background.


White color preview on #0AEDE9 background

This text has white color on #0AEDE9 background.