Color Hex Logo

#77dccd Color Hex

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

Color spaces of #77dccd

RGB 119220205
HSL0.480.590.66
HSV171°46°86°
CMYK 0.460.000.07   0.14
XYZ44.220459.516166.9147
Yxy59.51610.25910.3488
Hunter Lab77.1467-32.69072.5763
CIE-Lab81.5745-33.1452-1.8079

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

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

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

Base Numbers

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

RGB Percentages of Color #77dccd

%21.88
%40.44
%37.68

CMYK Percentages of Color #77dccd

%46
%0
%7
%14

Triadic Colors of #77dccd

#77dccd #cd77dc #dccd77

Analogous Colors of #77dccd

#77dccd #77b9dc #77dc9b

Monochromatic Colors of #77dccd

#77dccd

Complementary Color

#77dccd #dc7786

#77dccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77dccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#77dccd Color CSS Codes

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

#77dccd Text Font Color

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

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


#77dccd Background Color

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

This div background color is #77dccd


#77dccd Border Color

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

This div border color is #77dccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77dccd


Comments

No comments written yet.

Please login to write comment.