Color Hex Logo

#76cedc Color Hex

#76CEDC
(118,206,220)
0 Favorites   0 Comments

Color spaces of #76cedc

RGB 118206220
HSL0.520.590.66
HSV188°46°86°
CMYK 0.460.060.00   0.14
XYZ42.460853.161575.7334
Yxy53.16150.24780.3102
Hunter Lab72.9119-23.6451-10.5460
CIE-Lab77.9703-22.8185-15.1859

#76cedc color RGB value is (118,206,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11001110 11011100
Octal 166 316 334
Decimal 118 206 220
Hex 76 CE DC

RGB Percentages of Color #76cedc

%21.69
%37.87
%40.44

CMYK Percentages of Color #76cedc

%46
%6
%0
%14

Triadic Colors of #76cedc

#76cedc #dc76ce #cedc76

Analogous Colors of #76cedc

#76cedc #769bdc #76dcb7

Monochromatic Colors of #76cedc

#76cedc

Complementary Color

#76cedc #dc8476

#76cedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76cedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#76cedc Color CSS Codes

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

#76cedc Text Font Color

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

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


#76cedc Background Color

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

This div background color is #76cedc


#76cedc Border Color

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

This div border color is #76cedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76cedc


Comments

No comments written yet.

Please login to write comment.