Color Hex Logo

#0adeaa Color Hex

#0ADEAA
(10,222,170)
0 Favorites   0 Comments

Color spaces of #0adeaa

RGB 10222170
HSL0.460.910.45
HSV165°95°87°
CMYK 0.950.000.23   0.13
XYZ33.502155.209446.9209
Yxy55.20940.24700.4071
Hunter Lab74.3030-49.547414.5717
CIE-Lab79.1617-56.984913.0064

#0adeaa color RGB value is (10,222,170).

#0adeaa hex color red value is 10, green value is 222 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #0adeaa hue: 0.46 , saturation: 0.91 and the lightness value of 0adeaa is 0.45.

The process color (four color CMYK) of #0adeaa color hex is 0.95, 0.00, 0.23, 0.13. Web safe color of #0adeaa is #00cc99. Color #0adeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011110 10101010
Octal 12 336 252
Decimal 10 222 170
Hex A DE AA

RGB Percentages of Color #0adeaa

%2.49
%55.22
%42.29

CMYK Percentages of Color #0adeaa

%95
%0
%23
%13

Triadic Colors of #0adeaa

#0adeaa #aa0ade #deaa0a

Analogous Colors of #0adeaa

#0adeaa #0aa8de #0ade40

Monochromatic Colors of #0adeaa

#0adeaa

Complementary Color

#0adeaa #de0a3e

#0adeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0adeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0adeaa Color CSS Codes

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

#0adeaa Text Font Color

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

This sample text font color is #0adeaa
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.


#0adeaa Background Color

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

This div background color is #0adeaa


#0adeaa Border Color

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

This div border color is #0adeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0adeaa


Comments

No comments written yet.

Please login to write comment.