Color Hex Logo

#76deca Color Hex

#76DECA
(118,222,202)
0 Favorites   0 Comments

Color spaces of #76deca

RGB 118222202
HSL0.470.610.67
HSV168°47°87°
CMYK 0.470.000.09   0.13
XYZ44.253260.358465.1951
Yxy60.35840.26060.3555
Hunter Lab77.6907-34.28374.6295
CIE-Lab82.0326-35.02430.4512

#76deca color RGB value is (118,222,202).

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

The process color (four color CMYK) of #76deca color hex is 0.47, 0.00, 0.09, 0.13. Web safe color of #76deca is #66cccc. Color #76deca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011110 11001010
Octal 166 336 312
Decimal 118 222 202
Hex 76 DE CA

RGB Percentages of Color #76deca

%21.77
%40.96
%37.27

CMYK Percentages of Color #76deca

%47
%0
%9
%13

Triadic Colors of #76deca

#76deca #ca76de #deca76

Analogous Colors of #76deca

#76deca #76bede #76de96

Monochromatic Colors of #76deca

#76deca

Complementary Color

#76deca #de768a

#76deca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76deca Color Preview on White Background

Lorem ipsum dolor sit amet.

#76deca Color CSS Codes

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

#76deca Text Font Color

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

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


#76deca Background Color

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

This div background color is #76deca


#76deca Border Color

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

This div border color is #76deca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76deca


Comments

No comments written yet.

Please login to write comment.