Color Hex Logo

#76bfdc Color Hex

#76BFDC
(118,191,220)
0 Favorites   0 Comments

Color spaces of #76bfdc

RGB 118191220
HSL0.550.590.66
HSV197°46°86°
CMYK 0.460.130.00   0.14
XYZ39.020346.280574.5866
Yxy46.28050.24400.2895
Hunter Lab68.0298-16.6686-17.3836
CIE-Lab73.7272-15.1451-21.6025

#76bfdc color RGB value is (118,191,220).

#76bfdc hex color red value is 118, green value is 191 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #76bfdc hue: 0.55 , saturation: 0.59 and the lightness value of 76bfdc is 0.66.

The process color (four color CMYK) of #76bfdc color hex is 0.46, 0.13, 0.00, 0.14. Web safe color of #76bfdc is #66cccc. Color #76bfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111111 11011100
Octal 166 277 334
Decimal 118 191 220
Hex 76 BF DC

RGB Percentages of Color #76bfdc

%22.31
%36.11
%41.59

CMYK Percentages of Color #76bfdc

%46
%13
%0
%14

Triadic Colors of #76bfdc

#76bfdc #dc76bf #bfdc76

Analogous Colors of #76bfdc

#76bfdc #768cdc #76dcc6

Monochromatic Colors of #76bfdc

#76bfdc

Complementary Color

#76bfdc #dc9376

#76bfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76bfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#76bfdc Color CSS Codes

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

#76bfdc Text Font Color

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

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


#76bfdc Background Color

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

This div background color is #76bfdc


#76bfdc Border Color

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

This div border color is #76bfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76bfdc


Comments

No comments written yet.

Please login to write comment.