Color Hex Logo

#08aead Color Hex

#08AEAD
(8,174,173)
0 Favorites   0 Comments

Color spaces of #08aead

RGB 8174173
HSL0.500.910.36
HSV180°95°68°
CMYK 0.950.000.01   0.32
XYZ22.779033.340944.7700
Yxy33.34090.22580.3305
Hunter Lab57.7416-30.6297-5.5515
CIE-Lab64.4360-36.1303-10.0383

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10101110 10101101
Octal 10 256 255
Decimal 8 174 173
Hex 8 AE AD

RGB Percentages of Color #08aead

%2.25
%49.01
%48.73

CMYK Percentages of Color #08aead

%95
%0
%1
%32

Triadic Colors of #08aead

#08aead #ad08ae #aead08

Analogous Colors of #08aead

#08aead #085cae #08ae5a

Monochromatic Colors of #08aead

#08aead

Complementary Color

#08aead #ae0809

#08aead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08aead Color Preview on White Background

Lorem ipsum dolor sit amet.

#08aead Color CSS Codes

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

#08aead Text Font Color

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

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


#08aead Background Color

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

This div background color is #08aead


#08aead Border Color

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

This div border color is #08aead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08aead


Comments

No comments written yet.

Please login to write comment.