Color Hex Logo

#77d2de Color Hex

#77D2DE
(119,210,222)
0 Favorites   0 Comments

Color spaces of #77d2de

RGB 119210222
HSL0.520.610.67
HSV187°46°87°
CMYK 0.460.050.00   0.13
XYZ43.839255.289177.4685
Yxy55.28910.24820.3131
Hunter Lab74.3566-24.8841-9.7217
CIE-Lab79.2075-24.0593-14.3958

#77d2de color RGB value is (119,210,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11010010 11011110
Octal 167 322 336
Decimal 119 210 222
Hex 77 D2 DE

RGB Percentages of Color #77d2de

%21.60
%38.11
%40.29

CMYK Percentages of Color #77d2de

%46
%5
%0
%13

Triadic Colors of #77d2de

#77d2de #de77d2 #d2de77

Analogous Colors of #77d2de

#77d2de #779fde #77deb7

Monochromatic Colors of #77d2de

#77d2de

Complementary Color

#77d2de #de8377

#77d2de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77d2de Color Preview on White Background

Lorem ipsum dolor sit amet.

#77d2de Color CSS Codes

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

#77d2de Text Font Color

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

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


#77d2de Background Color

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

This div background color is #77d2de


#77d2de Border Color

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

This div border color is #77d2de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77d2de


Comments

No comments written yet.

Please login to write comment.