Color Hex Logo

#77ccde Color Hex

#77CCDE
(119,204,222)
0 Favorites   0 Comments

Color spaces of #77ccde

RGB 119204222
HSL0.530.610.67
HSV190°46°87°
CMYK 0.460.080.00   0.13
XYZ42.385452.381676.9840
Yxy52.38160.24680.3050
Hunter Lab72.3751-22.1207-12.4030
CIE-Lab77.5085-21.0544-16.9522

#77ccde color RGB value is (119,204,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11001100 11011110
Octal 167 314 336
Decimal 119 204 222
Hex 77 CC DE

RGB Percentages of Color #77ccde

%21.83
%37.43
%40.73

CMYK Percentages of Color #77ccde

%46
%8
%0
%13

Triadic Colors of #77ccde

#77ccde #de77cc #ccde77

Analogous Colors of #77ccde

#77ccde #7799de #77debd

Monochromatic Colors of #77ccde

#77ccde

Complementary Color

#77ccde #de8977

#77ccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77ccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#77ccde Color CSS Codes

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

#77ccde Text Font Color

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

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


#77ccde Background Color

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

This div background color is #77ccde


#77ccde Border Color

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

This div border color is #77ccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77ccde


Comments

No comments written yet.

Please login to write comment.