Color Hex Logo

#08becd Color Hex

#08BECD
(8,190,205)
0 Favorites   0 Comments

Color spaces of #08becd

RGB 8190205
HSL0.510.920.42
HSV185°96°80°
CMYK 0.960.070.00   0.20
XYZ29.533041.286364.1701
Yxy41.28630.21880.3058
Hunter Lab64.2544-30.4020-14.2341
CIE-Lab70.3760-33.6538-18.7582

#08becd color RGB value is (8,190,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10111110 11001101
Octal 10 276 315
Decimal 8 190 205
Hex 8 BE CD

RGB Percentages of Color #08becd

%1.99
%47.15
%50.87

CMYK Percentages of Color #08becd

%96
%7
%0
%20

Triadic Colors of #08becd

#08becd #cd08be #becd08

Analogous Colors of #08becd

#08becd #085ccd #08cd7a

Monochromatic Colors of #08becd

#08becd

Complementary Color

#08becd #cd1708

#08becd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08becd Color Preview on White Background

Lorem ipsum dolor sit amet.

#08becd Color CSS Codes

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

#08becd Text Font Color

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

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


#08becd Background Color

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

This div background color is #08becd


#08becd Border Color

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

This div border color is #08becd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08becd


Comments

No comments written yet.

Please login to write comment.