Color Hex Logo

#08adcb Color Hex

#08ADCB
(8,173,203)
0 Favorites   0 Comments

Color spaces of #08adcb

RGB 8173203
HSL0.530.920.41
HSV189°96°80°
CMYK 0.960.150.00   0.20
XYZ25.823234.250661.7499
Yxy34.25060.21200.2811
Hunter Lab58.5240-23.6555-21.5913
CIE-Lab65.1610-25.9943-25.6145

#08adcb color RGB value is (8,173,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10101101 11001011
Octal 10 255 313
Decimal 8 173 203
Hex 8 AD CB

RGB Percentages of Color #08adcb

%2.08
%45.05
%52.86

CMYK Percentages of Color #08adcb

%96
%15
%0
%20

Triadic Colors of #08adcb

#08adcb #cb08ad #adcb08

Analogous Colors of #08adcb

#08adcb #084ccb #08cb88

Monochromatic Colors of #08adcb

#08adcb

Complementary Color

#08adcb #cb2608

#08adcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08adcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#08adcb Color CSS Codes

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

#08adcb Text Font Color

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

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


#08adcb Background Color

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

This div background color is #08adcb


#08adcb Border Color

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

This div border color is #08adcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08adcb


Comments

No comments written yet.

Please login to write comment.