Color Hex Logo

#77cddc Color Hex

#77CDDC
(119,205,220)
0 Favorites   0 Comments

Color spaces of #77cddc

RGB 119205220
HSL0.520.590.66
HSV189°46°86°
CMYK 0.460.070.00   0.14
XYZ42.357352.751975.6598
Yxy52.75190.24800.3089
Hunter Lab72.6305-23.0042-10.9215
CIE-Lab77.7283-22.0863-15.5456

#77cddc color RGB value is (119,205,220).

#77cddc hex color red value is 119, green value is 205 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #77cddc hue: 0.52 , saturation: 0.59 and the lightness value of 77cddc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11001101 11011100
Octal 167 315 334
Decimal 119 205 220
Hex 77 CD DC

RGB Percentages of Color #77cddc

%21.88
%37.68
%40.44

CMYK Percentages of Color #77cddc

%46
%7
%0
%14

Triadic Colors of #77cddc

#77cddc #dc77cd #cddc77

Analogous Colors of #77cddc

#77cddc #779bdc #77dcb9

Monochromatic Colors of #77cddc

#77cddc

Complementary Color

#77cddc #dc8677

#77cddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77cddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#77cddc Color CSS Codes

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

#77cddc Text Font Color

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

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


#77cddc Background Color

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

This div background color is #77cddc


#77cddc Border Color

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

This div border color is #77cddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77cddc


Comments

No comments written yet.

Please login to write comment.