Color Hex Logo

#77decc Color Hex

#77DECC
(119,222,204)
0 Favorites   0 Comments

Color spaces of #77decc

RGB 119222204
HSL0.470.610.67
HSV170°46°87°
CMYK 0.460.000.08   0.13
XYZ44.628160.524166.4569
Yxy60.52410.26010.3527
Hunter Lab77.7972-33.74933.8106
CIE-Lab82.1222-34.3193-0.4748

#77decc color RGB value is (119,222,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011110 11001100
Octal 167 336 314
Decimal 119 222 204
Hex 77 DE CC

RGB Percentages of Color #77decc

%21.83
%40.73
%37.43

CMYK Percentages of Color #77decc

%46
%0
%8
%13

Triadic Colors of #77decc

#77decc #cc77de #decc77

Analogous Colors of #77decc

#77decc #77bdde #77de99

Monochromatic Colors of #77decc

#77decc

Complementary Color

#77decc #de7789

#77decc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77decc Color Preview on White Background

Lorem ipsum dolor sit amet.

#77decc Color CSS Codes

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

#77decc Text Font Color

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

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


#77decc Background Color

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

This div background color is #77decc


#77decc Border Color

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

This div border color is #77decc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77decc


Comments

No comments written yet.

Please login to write comment.