Color Hex Logo

#77dece Color Hex

#77DECE
(119,222,206)
0 Favorites   0 Comments

Color spaces of #77dece

RGB 119222206
HSL0.470.610.67
HSV171°46°87°
CMYK 0.460.000.07   0.13
XYZ44.869660.620767.7286
Yxy60.62070.25900.3500
Hunter Lab77.8593-33.38592.9261
CIE-Lab82.1744-33.8445-1.4602

#77dece color RGB value is (119,222,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011110 11001110
Octal 167 336 316
Decimal 119 222 206
Hex 77 DE CE

RGB Percentages of Color #77dece

%21.76
%40.59
%37.66

CMYK Percentages of Color #77dece

%46
%0
%7
%13

Triadic Colors of #77dece

#77dece #ce77de #dece77

Analogous Colors of #77dece

#77dece #77bbde #77de9b

Monochromatic Colors of #77dece

#77dece

Complementary Color

#77dece #de7787

#77dece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77dece Color Preview on White Background

Lorem ipsum dolor sit amet.

#77dece Color CSS Codes

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

#77dece Text Font Color

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

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


#77dece Background Color

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

This div background color is #77dece


#77dece Border Color

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

This div border color is #77dece


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,222,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77dece


Comments

No comments written yet.

Please login to write comment.