Color Hex Logo

#0addad Color Hex

#0ADDAD
(10,221,173)
0 Favorites   0 Comments

Color spaces of #0addad

RGB 10221173
HSL0.460.910.45
HSV166°95°87°
CMYK 0.950.000.22   0.13
XYZ33.524554.794648.3447
Yxy54.79460.24530.4009
Hunter Lab74.0234-48.699913.0940
CIE-Lab78.9228-55.876311.0817

#0addad color RGB value is (10,221,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011101 10101101
Octal 12 335 255
Decimal 10 221 173
Hex A DD AD

RGB Percentages of Color #0addad

%2.48
%54.70
%42.82

CMYK Percentages of Color #0addad

%95
%0
%22
%13

Triadic Colors of #0addad

#0addad #ad0add #ddad0a

Analogous Colors of #0addad

#0addad #0aa4dd #0add44

Monochromatic Colors of #0addad

#0addad

Complementary Color

#0addad #dd0a3a

#0addad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0addad Color Preview on White Background

Lorem ipsum dolor sit amet.

#0addad Color CSS Codes

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

#0addad Text Font Color

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

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


#0addad Background Color

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

This div background color is #0addad


#0addad Border Color

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

This div border color is #0addad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0addad


Comments

No comments written yet.

Please login to write comment.