Color Hex Logo

#77deed Color Hex

#77DEED
(119,222,237)
0 Favorites   0 Comments

Color spaces of #77deed

RGB 119222237
HSL0.520.770.70
HSV188°50°93°
CMYK 0.500.060.00   0.07
XYZ49.015162.278989.5584
Yxy62.27890.24400.3101
Hunter Lab78.9170-27.2389-12.0430
CIE-Lab83.0615-26.0298-16.5939

#77deed color RGB value is (119,222,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011110 11101101
Octal 167 336 355
Decimal 119 222 237
Hex 77 DE ED

RGB Percentages of Color #77deed

%20.59
%38.41
%41.00

CMYK Percentages of Color #77deed

%50
%6
%0
%7

Triadic Colors of #77deed

#77deed #ed77de #deed77

Analogous Colors of #77deed

#77deed #77a3ed #77edc1

Monochromatic Colors of #77deed

#77deed

Complementary Color

#77deed #ed8677

#77deed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77deed Color Preview on White Background

Lorem ipsum dolor sit amet.

#77deed Color CSS Codes

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

#77deed Text Font Color

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

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


#77deed Background Color

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

This div background color is #77deed


#77deed Border Color

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

This div border color is #77deed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77deed


Comments

No comments written yet.

Please login to write comment.