Color Hex Logo

#08aeaf Color Hex

#08AEAF
(8,174,175)
0 Favorites   0 Comments

Color spaces of #08aeaf

RGB 8174175
HSL0.500.910.36
HSV180°95°69°
CMYK 0.950.010.00   0.31
XYZ22.974133.418945.7971
Yxy33.41890.22480.3270
Hunter Lab57.8091-30.2276-6.5039
CIE-Lab64.4987-35.5162-11.0589

#08aeaf color RGB value is (8,174,175).

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

The process color (four color CMYK) of #08aeaf color hex is 0.95, 0.01, 0.00, 0.31. Web safe color of #08aeaf is #009999. Color #08aeaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10101110 10101111
Octal 10 256 257
Decimal 8 174 175
Hex 8 AE AF

RGB Percentages of Color #08aeaf

%2.24
%48.74
%49.02

CMYK Percentages of Color #08aeaf

%95
%1
%0
%31

Triadic Colors of #08aeaf

#08aeaf #af08ae #aeaf08

Analogous Colors of #08aeaf

#08aeaf #085aaf #08af5d

Monochromatic Colors of #08aeaf

#08aeaf

Complementary Color

#08aeaf #af0908

#08aeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08aeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#08aeaf Color CSS Codes

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

#08aeaf Text Font Color

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

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


#08aeaf Background Color

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

This div background color is #08aeaf


#08aeaf Border Color

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

This div border color is #08aeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08aeaf


Comments

No comments written yet.

Please login to write comment.