Color Hex Logo

#77def5 Color Hex

#77DEF5
(119,222,245)
0 Favorites   0 Comments

Color spaces of #77def5

RGB 119222245
HSL0.530.860.71
HSV191°51°96°
CMYK 0.510.090.00   0.04
XYZ50.210562.757195.8532
Yxy62.75710.24040.3005
Hunter Lab79.2194-25.4978-16.2857
CIE-Lab83.3144-23.8864-20.4492

#77def5 color RGB value is (119,222,245).

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

The process color (four color CMYK) of #77def5 color hex is 0.51, 0.09, 0.00, 0.04. Web safe color of #77def5 is #66ccff. Color #77def5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011110 11110101
Octal 167 336 365
Decimal 119 222 245
Hex 77 DE F5

RGB Percentages of Color #77def5

%20.31
%37.88
%41.81

CMYK Percentages of Color #77def5

%51
%9
%0
%4

Triadic Colors of #77def5

#77def5 #f577de #def577

Analogous Colors of #77def5

#77def5 #779ff5 #77f5cd

Monochromatic Colors of #77def5

#77def5

Complementary Color

#77def5 #f58e77

#77def5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77def5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#77def5 Color CSS Codes

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

#77def5 Text Font Color

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

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


#77def5 Background Color

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

This div background color is #77def5


#77def5 Border Color

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

This div border color is #77def5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77def5


Comments

No comments written yet.

Please login to write comment.