Color Hex Logo

#76cda5 Color Hex

#76CDA5
(118,205,165)
0 Favorites   0 Comments

Color spaces of #76cda5

RGB 118205165
HSL0.420.470.63
HSV152°42°80°
CMYK 0.420.000.20   0.20
XYZ36.094150.230843.3905
Yxy50.23080.27830.3872
Hunter Lab70.8737-33.123613.3129
CIE-Lab76.2107-35.381611.8064

#76cda5 color RGB value is (118,205,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11001101 10100101
Octal 166 315 245
Decimal 118 205 165
Hex 76 CD A5

RGB Percentages of Color #76cda5

%24.18
%42.01
%33.81

CMYK Percentages of Color #76cda5

%42
%0
%20
%20

Triadic Colors of #76cda5

#76cda5 #a576cd #cda576

Analogous Colors of #76cda5

#76cda5 #76cacd #76cd7a

Monochromatic Colors of #76cda5

#76cda5

Complementary Color

#76cda5 #cd769e

#76cda5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76cda5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#76cda5 Color CSS Codes

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

#76cda5 Text Font Color

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

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


#76cda5 Background Color

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

This div background color is #76cda5


#76cda5 Border Color

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

This div border color is #76cda5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76cda5


Comments

No comments written yet.

Please login to write comment.