Color Hex Logo

#08bdab Color Hex

#08BDAB
(8,189,171)
0 Favorites   0 Comments

Color spaces of #08bdab

RGB 8189171
HSL0.480.920.39
HSV174°96°74°
CMYK 0.960.000.10   0.26
XYZ25.648439.387144.7787
Yxy39.38710.23360.3587
Hunter Lab62.7591-36.87911.6279
CIE-Lab69.0307-43.4066-2.1259

#08bdab color RGB value is (8,189,171).

#08bdab hex color red value is 8, green value is 189 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #08bdab hue: 0.48 , saturation: 0.92 and the lightness value of 08bdab is 0.39.

The process color (four color CMYK) of #08bdab color hex is 0.96, 0.00, 0.10, 0.26. Web safe color of #08bdab is #00cc99. Color #08bdab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10111101 10101011
Octal 10 275 253
Decimal 8 189 171
Hex 8 BD AB

RGB Percentages of Color #08bdab

%2.17
%51.36
%46.47

CMYK Percentages of Color #08bdab

%96
%0
%10
%26

Triadic Colors of #08bdab

#08bdab #ab08bd #bdab08

Analogous Colors of #08bdab

#08bdab #0875bd #08bd50

Monochromatic Colors of #08bdab

#08bdab

Complementary Color

#08bdab #bd081a

#08bdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08bdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#08bdab Color CSS Codes

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

#08bdab Text Font Color

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

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


#08bdab Background Color

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

This div background color is #08bdab


#08bdab Border Color

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

This div border color is #08bdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08bdab


Comments

No comments written yet.

Please login to write comment.