Color Hex Logo

#76ccca Color Hex

#76CCCA
(118,204,202)
0 Favorites   0 Comments

Color spaces of #76ccca

RGB 118204202
HSL0.500.460.63
HSV179°42°80°
CMYK 0.420.000.01   0.20
XYZ39.724751.301663.6856
Yxy51.30160.25680.3316
Hunter Lab71.6251-26.3444-2.5802
CIE-Lab76.8613-26.4316-7.1536

#76ccca color RGB value is (118,204,202).

#76ccca hex color red value is 118, green value is 204 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #76ccca hue: 0.50 , saturation: 0.46 and the lightness value of 76ccca is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11001100 11001010
Octal 166 314 312
Decimal 118 204 202
Hex 76 CC CA

RGB Percentages of Color #76ccca

%22.52
%38.93
%38.55

CMYK Percentages of Color #76ccca

%42
%0
%1
%20

Triadic Colors of #76ccca

#76ccca #ca76cc #ccca76

Analogous Colors of #76ccca

#76ccca #76a3cc #76cc9f

Monochromatic Colors of #76ccca

#76ccca

Complementary Color

#76ccca #cc7678

#76ccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76ccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#76ccca Color CSS Codes

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

#76ccca Text Font Color

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

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


#76ccca Background Color

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

This div background color is #76ccca


#76ccca Border Color

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

This div border color is #76ccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76ccca


Comments

No comments written yet.

Please login to write comment.