Color Hex Logo

#77dddd Color Hex

#77DDDD
(119,221,221)
1 Favorites   0 Comments

Color spaces of #77dddd

RGB 119221221
HSL0.500.600.67
HSV180°46°87°
CMYK 0.460.000.00   0.13
XYZ46.515360.855377.7012
Yxy60.85530.25130.3288
Hunter Lab78.0098-30.0821-4.4486
CIE-Lab82.3009-29.6869-9.2409

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011101 11011101
Octal 167 335 335
Decimal 119 221 221
Hex 77 DD DD

RGB Percentages of Color #77dddd

%21.21
%39.39
%39.39

CMYK Percentages of Color #77dddd

%46
%0
%0
%13

Triadic Colors of #77dddd

#77dddd #dd77dd #dddd77

Analogous Colors of #77dddd

#77dddd #77aadd #77ddaa

Monochromatic Colors of #77dddd

#77dddd

Complementary Color

#77dddd #dd7777

#77dddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77dddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#77dddd Color CSS Codes

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

#77dddd Text Font Color

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

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


#77dddd Background Color

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

This div background color is #77dddd


#77dddd Border Color

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

This div border color is #77dddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77dddd

#77dddd Color Palettes


Comments

No comments written yet.

Please login to write comment.