Color Hex Logo

#0aeaab Color Hex

#0AEAAB
(10,234,171)
0 Favorites   0 Comments

Color spaces of #0aeaab

RGB 10234171
HSL0.450.920.48
HSV163°96°92°
CMYK 0.960.000.27   0.08
XYZ36.898761.850448.5216
Yxy61.85040.25060.4200
Hunter Lab78.6450-53.880118.4714
CIE-Lab82.8338-61.258717.6389

#0aeaab color RGB value is (10,234,171).

#0aeaab hex color red value is 10, green value is 234 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #0aeaab hue: 0.45 , saturation: 0.92 and the lightness value of 0aeaab is 0.48.

The process color (four color CMYK) of #0aeaab color hex is 0.96, 0.00, 0.27, 0.08. Web safe color of #0aeaab is #00ff99. Color #0aeaab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101010 10101011
Octal 12 352 253
Decimal 10 234 171
Hex A EA AB

RGB Percentages of Color #0aeaab

%2.41
%56.39
%41.20

CMYK Percentages of Color #0aeaab

%96
%0
%27
%8

Triadic Colors of #0aeaab

#0aeaab #ab0aea #eaab0a

Analogous Colors of #0aeaab

#0aeaab #0ab9ea #0aea3b

Monochromatic Colors of #0aeaab

#0aeaab

Complementary Color

#0aeaab #ea0a49

#0aeaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aeaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aeaab Color CSS Codes

.mybgcolor {background-color:#0aeaab; } 
.myforecolor {color:#0aeaab; }
.mybordercolor {border:3px solid #0aeaab; }

#0aeaab Text Font Color

<p style="color:#0aeaab">Text here</p>

This sample text font color is #0aeaab
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0aeaab Background Color

<div style="background-color:#0aeaab">
Div content here</div>

This div background color is #0aeaab


#0aeaab Border Color

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

This div border color is #0aeaab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,234,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0aeaab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0aeaab;
  -webkit-box-shadow: 1px 1px 3px 2px #0aeaab;
  box-shadow:         1px 1px 3px 2px #0aeaab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,234,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0aeaab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0aeaab;
  -webkit-box-shadow: 1px 1px 3px 2px #0aeaab;
  box-shadow:         1px 1px 3px 2px #0aeaab;">
Div content here</div>

This div box has shadow with color #0aeaab


Comments

No comments written yet.

Please login to write comment.