Color Hex Logo

#0addae Color Hex

#0ADDAE
(10,221,174)
0 Favorites   0 Comments

Color spaces of #0addae

RGB 10221174
HSL0.460.910.45
HSV167°95°87°
CMYK 0.950.000.21   0.13
XYZ33.621654.833448.8563
Yxy54.83340.24490.3993
Hunter Lab74.0496-48.540312.7165
CIE-Lab78.9452-55.632110.5840

#0addae color RGB value is (10,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011101 10101110
Octal 12 335 256
Decimal 10 221 174
Hex A DD AE

RGB Percentages of Color #0addae

%2.47
%54.57
%42.96

CMYK Percentages of Color #0addae

%95
%0
%21
%13

Triadic Colors of #0addae

#0addae #ae0add #ddae0a

Analogous Colors of #0addae

#0addae #0aa3dd #0add44

Monochromatic Colors of #0addae

#0addae

Complementary Color

#0addae #dd0a39

#0addae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0addae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0addae Color CSS Codes

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

#0addae Text Font Color

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

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


#0addae Background Color

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

This div background color is #0addae


#0addae Border Color

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

This div border color is #0addae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0addae


Comments

No comments written yet.

Please login to write comment.