Color Hex Logo

#0addaa Color Hex

#0ADDAA
(10,221,170)
0 Favorites   0 Comments

Color spaces of #0addaa

RGB 10221170
HSL0.460.910.45
HSV165°95°87°
CMYK 0.950.000.23   0.13
XYZ33.237354.679746.8327
Yxy54.67970.24670.4058
Hunter Lab73.9457-49.172414.2113
CIE-Lab78.8564-56.601912.5747

#0addaa color RGB value is (10,221,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011101 10101010
Octal 12 335 252
Decimal 10 221 170
Hex A DD AA

RGB Percentages of Color #0addaa

%2.49
%55.11
%42.39

CMYK Percentages of Color #0addaa

%95
%0
%23
%13

Triadic Colors of #0addaa

#0addaa #aa0add #ddaa0a

Analogous Colors of #0addaa

#0addaa #0aa7dd #0add41

Monochromatic Colors of #0addaa

#0addaa

Complementary Color

#0addaa #dd0a3d

#0addaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0addaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0addaa Color CSS Codes

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

#0addaa Text Font Color

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

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


#0addaa Background Color

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

This div background color is #0addaa


#0addaa Border Color

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

This div border color is #0addaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,221,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 #0addaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0addaa


Comments

No comments written yet.

Please login to write comment.