Color Hex Logo

#76bcce Color Hex

#76BCCE
(118,188,206)
0 Favorites   0 Comments

Color spaces of #76bcce

RGB 118188206
HSL0.530.470.64
HSV192°43°81°
CMYK 0.430.090.00   0.19
XYZ36.595044.274265.0095
Yxy44.27420.25090.3035
Hunter Lab66.5389-18.2717-11.3500
CIE-Lab72.4114-17.3380-15.9770

#76bcce color RGB value is (118,188,206).

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

The process color (four color CMYK) of #76bcce color hex is 0.43, 0.09, 0.00, 0.19. Web safe color of #76bcce is #66cccc. Color #76bcce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111100 11001110
Octal 166 274 316
Decimal 118 188 206
Hex 76 BC CE

RGB Percentages of Color #76bcce

%23.05
%36.72
%40.23

CMYK Percentages of Color #76bcce

%43
%9
%0
%19

Triadic Colors of #76bcce

#76bcce #ce76bc #bcce76

Analogous Colors of #76bcce

#76bcce #7690ce #76ceb4

Monochromatic Colors of #76bcce

#76bcce

Complementary Color

#76bcce #ce8876

#76bcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76bcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#76bcce Color CSS Codes

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

#76bcce Text Font Color

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

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


#76bcce Background Color

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

This div background color is #76bcce


#76bcce Border Color

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

This div border color is #76bcce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,188,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76bcce


Comments

No comments written yet.

Please login to write comment.