Color Hex Logo

#77ddcc Color Hex

#77DDCC
(119,221,204)
0 Favorites   0 Comments

Color spaces of #77ddcc

RGB 119221204
HSL0.470.600.67
HSV170°46°87°
CMYK 0.460.000.08   0.13
XYZ44.363359.994566.3686
Yxy59.99450.25990.3514
Hunter Lab77.4561-33.31163.4164
CIE-Lab81.8352-33.8522-0.8945

#77ddcc color RGB value is (119,221,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011101 11001100
Octal 167 335 314
Decimal 119 221 204
Hex 77 DD CC

RGB Percentages of Color #77ddcc

%21.88
%40.63
%37.50

CMYK Percentages of Color #77ddcc

%46
%0
%8
%13

Triadic Colors of #77ddcc

#77ddcc #cc77dd #ddcc77

Analogous Colors of #77ddcc

#77ddcc #77bbdd #77dd99

Monochromatic Colors of #77ddcc

#77ddcc

Complementary Color

#77ddcc #dd7788

#77ddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77ddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#77ddcc Color CSS Codes

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

#77ddcc Text Font Color

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

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


#77ddcc Background Color

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

This div background color is #77ddcc


#77ddcc Border Color

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

This div border color is #77ddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77ddcc


Comments

No comments written yet.

Please login to write comment.