Color Hex Logo

#77defe Color Hex

#77DEFE
(119,222,254)
0 Favorites   0 Comments

Color spaces of #77defe

RGB 119222254
HSL0.540.990.73
HSV194°53°100°
CMYK 0.530.130.00   0.00
XYZ51.618463.3202103.2674
Yxy63.32020.23660.2902
Hunter Lab79.5740-23.4643-21.2420
CIE-Lab83.6106-21.4199-24.7585

#77defe color RGB value is (119,222,254).

#77defe hex color red value is 119, green value is 222 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #77defe hue: 0.54 , saturation: 0.99 and the lightness value of 77defe is 0.73.

The process color (four color CMYK) of #77defe color hex is 0.53, 0.13, 0.00, 0.00. Web safe color of #77defe is #66ccff. Color #77defe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011110 11111110
Octal 167 336 376
Decimal 119 222 254
Hex 77 DE FE

RGB Percentages of Color #77defe

%20.00
%37.31
%42.69

CMYK Percentages of Color #77defe

%53
%13
%0
%0

Triadic Colors of #77defe

#77defe #fe77de #defe77

Analogous Colors of #77defe

#77defe #779bfe #77fedb

Monochromatic Colors of #77defe

#77defe

Complementary Color

#77defe #fe9777

#77defe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77defe Color Preview on White Background

Lorem ipsum dolor sit amet.

#77defe Color CSS Codes

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

#77defe Text Font Color

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

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


#77defe Background Color

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

This div background color is #77defe


#77defe Border Color

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

This div border color is #77defe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77defe

Related Colors


Comments

No comments written yet.

Please login to write comment.