Color Hex Logo

#77dcde Color Hex

#77DCDE
(119,220,222)
0 Favorites   0 Comments

Color spaces of #77dcde

RGB 119220222
HSL0.500.610.67
HSV181°46°87°
CMYK 0.460.010.00   0.13
XYZ46.385860.382378.3174
Yxy60.38230.25060.3262
Hunter Lab77.7060-29.4319-5.3622
CIE-Lab82.0455-28.9523-10.1524

#77dcde color RGB value is (119,220,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011100 11011110
Octal 167 334 336
Decimal 119 220 222
Hex 77 DC DE

RGB Percentages of Color #77dcde

%21.21
%39.22
%39.57

CMYK Percentages of Color #77dcde

%46
%1
%0
%13

Triadic Colors of #77dcde

#77dcde #de77dc #dcde77

Analogous Colors of #77dcde

#77dcde #77a9de #77dead

Monochromatic Colors of #77dcde

#77dcde

Complementary Color

#77dcde #de7977

#77dcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77dcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#77dcde Color CSS Codes

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

#77dcde Text Font Color

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

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


#77dcde Background Color

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

This div background color is #77dcde


#77dcde Border Color

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

This div border color is #77dcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77dcde


Comments

No comments written yet.

Please login to write comment.