Color Hex Logo

#77d1ec Color Hex

#77D1EC
(119,209,236)
0 Favorites   0 Comments

Color spaces of #77d1ec

RGB 119209236
HSL0.540.750.70
HSV194°50°93°
CMYK 0.500.110.00   0.07
XYZ45.548555.579087.6840
Yxy55.57900.24120.2944
Hunter Lab74.5513-21.4070-17.5484
CIE-Lab79.3736-19.8183-21.6358

#77d1ec color RGB value is (119,209,236).

#77d1ec hex color red value is 119, green value is 209 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #77d1ec hue: 0.54 , saturation: 0.75 and the lightness value of 77d1ec is 0.70.

The process color (four color CMYK) of #77d1ec color hex is 0.50, 0.11, 0.00, 0.07. Web safe color of #77d1ec is #66ccff. Color #77d1ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11010001 11101100
Octal 167 321 354
Decimal 119 209 236
Hex 77 D1 EC

RGB Percentages of Color #77d1ec

%21.10
%37.06
%41.84

CMYK Percentages of Color #77d1ec

%50
%11
%0
%7

Triadic Colors of #77d1ec

#77d1ec #ec77d1 #d1ec77

Analogous Colors of #77d1ec

#77d1ec #7797ec #77eccd

Monochromatic Colors of #77d1ec

#77d1ec

Complementary Color

#77d1ec #ec9277

#77d1ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77d1ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#77d1ec Color CSS Codes

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

#77d1ec Text Font Color

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

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


#77d1ec Background Color

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

This div background color is #77d1ec


#77d1ec Border Color

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

This div border color is #77d1ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77d1ec


Comments

No comments written yet.

Please login to write comment.