Color Hex Logo

#08adbb Color Hex

#08ADBB
(8,173,187)
0 Favorites   0 Comments

Color spaces of #08adbb

RGB 8173187
HSL0.510.920.38
HSV185°96°73°
CMYK 0.960.070.00   0.27
XYZ24.013433.526652.2194
Yxy33.52660.21880.3055
Hunter Lab57.9022-27.3006-12.9395
CIE-Lab64.5851-31.2611-17.6106

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

#08adbb hex color red value is 8, green value is 173 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #08adbb hue: 0.51 , saturation: 0.92 and the lightness value of 08adbb is 0.38.

The process color (four color CMYK) of #08adbb color hex is 0.96, 0.07, 0.00, 0.27. Web safe color of #08adbb is #0099cc. Color #08adbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10101101 10111011
Octal 10 255 273
Decimal 8 173 187
Hex 8 AD BB

RGB Percentages of Color #08adbb

%2.17
%47.01
%50.82

CMYK Percentages of Color #08adbb

%96
%7
%0
%27

Triadic Colors of #08adbb

#08adbb #bb08ad #adbb08

Analogous Colors of #08adbb

#08adbb #0854bb #08bb70

Monochromatic Colors of #08adbb

#08adbb

Complementary Color

#08adbb #bb1608

#08adbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08adbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#08adbb Color CSS Codes

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

#08adbb Text Font Color

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

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


#08adbb Background Color

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

This div background color is #08adbb


#08adbb Border Color

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

This div border color is #08adbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08adbb


Comments

No comments written yet.

Please login to write comment.