Color Hex Logo

#77deca Color Hex

#77DECA
(119,222,202)
0 Favorites   0 Comments

Color spaces of #77deca

RGB 119222202
HSL0.470.610.67
HSV168°46°87°
CMYK 0.460.000.09   0.13
XYZ44.389760.428865.2014
Yxy60.42880.26110.3554
Hunter Lab77.7360-34.10884.6854
CIE-Lab82.0707-34.79040.5115

#77deca color RGB value is (119,222,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011110 11001010
Octal 167 336 312
Decimal 119 222 202
Hex 77 DE CA

RGB Percentages of Color #77deca

%21.92
%40.88
%37.20

CMYK Percentages of Color #77deca

%46
%0
%9
%13

Triadic Colors of #77deca

#77deca #ca77de #deca77

Analogous Colors of #77deca

#77deca #77bfde #77de97

Monochromatic Colors of #77deca

#77deca

Complementary Color

#77deca #de778b

#77deca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77deca Color Preview on White Background

Lorem ipsum dolor sit amet.

#77deca Color CSS Codes

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

#77deca Text Font Color

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

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


#77deca Background Color

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

This div background color is #77deca


#77deca Border Color

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

This div border color is #77deca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77deca


Comments

No comments written yet.

Please login to write comment.