Color Hex Logo

#76cca3 Color Hex

#76CCA3
(118,204,163)
0 Favorites   0 Comments

Color spaces of #76cca3

RGB 118204163
HSL0.420.460.63
HSV151°42°80°
CMYK 0.420.000.20   0.20
XYZ35.674949.681642.3596
Yxy49.68160.27930.3890
Hunter Lab70.4852-33.004213.7080
CIE-Lab75.8734-35.334912.3998

#76cca3 color RGB value is (118,204,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11001100 10100011
Octal 166 314 243
Decimal 118 204 163
Hex 76 CC A3

RGB Percentages of Color #76cca3

%24.33
%42.06
%33.61

CMYK Percentages of Color #76cca3

%42
%0
%20
%20

Triadic Colors of #76cca3

#76cca3 #a376cc #cca376

Analogous Colors of #76cca3

#76cca3 #76cacc #76cc78

Monochromatic Colors of #76cca3

#76cca3

Complementary Color

#76cca3 #cc769f

#76cca3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76cca3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#76cca3 Color CSS Codes

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

#76cca3 Text Font Color

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

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


#76cca3 Background Color

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

This div background color is #76cca3


#76cca3 Border Color

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

This div border color is #76cca3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76cca3


Comments

No comments written yet.

Please login to write comment.