Color Hex Logo

#08becc Color Hex

#08BECC
(8,190,204)
0 Favorites   0 Comments

Color spaces of #08becc

RGB 8190204
HSL0.510.920.42
HSV184°96°80°
CMYK 0.960.070.00   0.20
XYZ29.412741.238263.5363
Yxy41.23820.21920.3073
Hunter Lab64.2170-30.6230-13.7097
CIE-Lab70.3425-33.9696-18.2622

#08becc color RGB value is (8,190,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10111110 11001100
Octal 10 276 314
Decimal 8 190 204
Hex 8 BE CC

RGB Percentages of Color #08becc

%1.99
%47.26
%50.75

CMYK Percentages of Color #08becc

%96
%7
%0
%20

Triadic Colors of #08becc

#08becc #cc08be #becc08

Analogous Colors of #08becc

#08becc #085ccc #08cc78

Monochromatic Colors of #08becc

#08becc

Complementary Color

#08becc #cc1608

#08becc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08becc Color Preview on White Background

Lorem ipsum dolor sit amet.

#08becc Color CSS Codes

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

#08becc Text Font Color

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

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


#08becc Background Color

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

This div background color is #08becc


#08becc Border Color

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

This div border color is #08becc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08becc


Comments

No comments written yet.

Please login to write comment.