Color Hex Logo

#08babd Color Hex

#08BABD
(8,186,189)
0 Favorites   0 Comments

Color spaces of #08babd

RGB 8186189
HSL0.500.920.39
HSV181°96°74°
CMYK 0.960.020.00   0.26
XYZ26.844438.843654.2268
Yxy38.84360.22390.3239
Hunter Lab62.3246-32.1848-7.9592
CIE-Lab68.6378-36.7669-12.6039

#08babd color RGB value is (8,186,189).

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

The process color (four color CMYK) of #08babd color hex is 0.96, 0.02, 0.00, 0.26. Web safe color of #08babd is #00cccc. Color #08babd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10111010 10111101
Octal 10 272 275
Decimal 8 186 189
Hex 8 BA BD

RGB Percentages of Color #08babd

%2.09
%48.56
%49.35

CMYK Percentages of Color #08babd

%96
%2
%0
%26

Triadic Colors of #08babd

#08babd #bd08ba #babd08

Analogous Colors of #08babd

#08babd #0860bd #08bd66

Monochromatic Colors of #08babd

#08babd

Complementary Color

#08babd #bd0b08

#08babd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08babd Color Preview on White Background

Lorem ipsum dolor sit amet.

#08babd Color CSS Codes

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

#08babd Text Font Color

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

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


#08babd Background Color

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

This div background color is #08babd


#08babd Border Color

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

This div border color is #08babd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08babd


Comments

No comments written yet.

Please login to write comment.