Color Hex Logo

#08adad Color Hex

#08ADAD
(8,173,173)
0 Favorites   0 Comments

Color spaces of #08adad

RGB 8173173
HSL0.500.910.35
HSV180°95°68°
CMYK 0.950.000.00   0.32
XYZ22.586532.955944.7059
Yxy32.95590.22530.3287
Hunter Lab57.4072-30.2330-5.9870
CIE-Lab64.1252-35.6679-10.5031

#08adad color RGB value is (8,173,173).

#08adad hex color red value is 8, green value is 173 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #08adad hue: 0.50 , saturation: 0.91 and the lightness value of 08adad is 0.35.

The process color (four color CMYK) of #08adad color hex is 0.95, 0.00, 0.00, 0.32. Web safe color of #08adad is #009999. Color #08adad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10101101 10101101
Octal 10 255 255
Decimal 8 173 173
Hex 8 AD AD

RGB Percentages of Color #08adad

%2.26
%48.87
%48.87

CMYK Percentages of Color #08adad

%95
%0
%0
%32

Triadic Colors of #08adad

#08adad #ad08ad #adad08

Analogous Colors of #08adad

#08adad #085aad #08ad5b

Monochromatic Colors of #08adad

#08adad

Complementary Color

#08adad #ad0808

#08adad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08adad Color Preview on White Background

Lorem ipsum dolor sit amet.

#08adad Color CSS Codes

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

#08adad Text Font Color

<p style="color:#08adad">Text here</p>

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


#08adad Background Color

<div style="background-color:#08adad">
Div content here</div>

This div background color is #08adad


#08adad Border Color

<div style="border:3px solid #08adad">
Div here</div>

This div border color is #08adad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,173,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08adad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08adad;
  -webkit-box-shadow: 1px 1px 3px 2px #08adad;
  box-shadow:         1px 1px 3px 2px #08adad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,173,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 #08adad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08adad


Comments

No comments written yet.

Please login to write comment.