Color Hex Logo

#76bccb Color Hex

#76BCCB
(118,188,203)
0 Favorites   0 Comments

Color spaces of #76bccb

RGB 118188203
HSL0.530.450.63
HSV191°42°80°
CMYK 0.420.070.00   0.20
XYZ36.233944.129863.1081
Yxy44.12980.25260.3076
Hunter Lab66.4303-18.8914-9.8237
CIE-Lab72.3152-18.1236-14.4847

#76bccb color RGB value is (118,188,203).

#76bccb hex color red value is 118, green value is 188 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #76bccb hue: 0.53 , saturation: 0.45 and the lightness value of 76bccb is 0.63.

The process color (four color CMYK) of #76bccb color hex is 0.42, 0.07, 0.00, 0.20. Web safe color of #76bccb is #66cccc. Color #76bccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111100 11001011
Octal 166 274 313
Decimal 118 188 203
Hex 76 BC CB

RGB Percentages of Color #76bccb

%23.18
%36.94
%39.88

CMYK Percentages of Color #76bccb

%42
%7
%0
%20

Triadic Colors of #76bccb

#76bccb #cb76bc #bccb76

Analogous Colors of #76bccb

#76bccb #7692cb #76cbb0

Monochromatic Colors of #76bccb

#76bccb

Complementary Color

#76bccb #cb8576

#76bccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76bccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#76bccb Color CSS Codes

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

#76bccb Text Font Color

<p style="color:#76bccb">Text here</p>

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


#76bccb Background Color

<div style="background-color:#76bccb">
Div content here</div>

This div background color is #76bccb


#76bccb Border Color

<div style="border:3px solid #76bccb">
Div here</div>

This div border color is #76bccb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,188,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76bccb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76bccb;
  -webkit-box-shadow: 1px 1px 3px 2px #76bccb;
  box-shadow:         1px 1px 3px 2px #76bccb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,188,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 #76bccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76bccb


Comments

No comments written yet.

Please login to write comment.