Color Hex Logo

#77dfcc Color Hex

#77DFCC
(119,223,204)
0 Favorites   0 Comments

Color spaces of #77dfcc

RGB 119223204
HSL0.470.620.67
HSV169°47°87°
CMYK 0.470.000.09   0.13
XYZ44.894561.056966.5457
Yxy61.05690.26030.3540
Hunter Lab78.1389-34.18644.2039
CIE-Lab82.4093-34.7850-0.0554

#77dfcc color RGB value is (119,223,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011111 11001100
Octal 167 337 314
Decimal 119 223 204
Hex 77 DF CC

RGB Percentages of Color #77dfcc

%21.79
%40.84
%37.36

CMYK Percentages of Color #77dfcc

%47
%0
%9
%13

Triadic Colors of #77dfcc

#77dfcc #cc77df #dfcc77

Analogous Colors of #77dfcc

#77dfcc #77bedf #77df98

Monochromatic Colors of #77dfcc

#77dfcc

Complementary Color

#77dfcc #df778a

#77dfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77dfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#77dfcc Color CSS Codes

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

#77dfcc Text Font Color

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

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


#77dfcc Background Color

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

This div background color is #77dfcc


#77dfcc Border Color

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

This div border color is #77dfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77dfcc


Comments

No comments written yet.

Please login to write comment.