Color Hex Logo

#76dcca Color Hex

#76DCCA
(118,220,202)
0 Favorites   0 Comments

Color spaces of #76dcca

RGB 118220202
HSL0.470.590.66
HSV169°46°86°
CMYK 0.460.000.08   0.14
XYZ43.725159.302265.0190
Yxy59.30220.26020.3529
Hunter Lab77.0079-33.41163.8461
CIE-Lab81.4574-34.0927-0.3886

#76dcca color RGB value is (118,220,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011100 11001010
Octal 166 334 312
Decimal 118 220 202
Hex 76 DC CA

RGB Percentages of Color #76dcca

%21.85
%40.74
%37.41

CMYK Percentages of Color #76dcca

%46
%0
%8
%14

Triadic Colors of #76dcca

#76dcca #ca76dc #dcca76

Analogous Colors of #76dcca

#76dcca #76bbdc #76dc97

Monochromatic Colors of #76dcca

#76dcca

Complementary Color

#76dcca #dc7688

#76dcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76dcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#76dcca Color CSS Codes

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

#76dcca Text Font Color

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

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


#76dcca Background Color

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

This div background color is #76dcca


#76dcca Border Color

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

This div border color is #76dcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76dcca


Comments

No comments written yet.

Please login to write comment.