Color Hex Logo

#79defe Color Hex

#79DEFE
(121,222,254)
0 Favorites   0 Comments

Color spaces of #79defe

RGB 121222254
HSL0.540.990.74
HSV194°52°100°
CMYK 0.520.130.00   0.00
XYZ51.895863.4633103.2804
Yxy63.46330.23740.2903
Hunter Lab79.6639-23.1307-21.1020
CIE-Lab83.6855-21.0136-24.6374

#79defe color RGB value is (121,222,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11011110 11111110
Octal 171 336 376
Decimal 121 222 254
Hex 79 DE FE

RGB Percentages of Color #79defe

%20.27
%37.19
%42.55

CMYK Percentages of Color #79defe

%52
%13
%0
%0

Triadic Colors of #79defe

#79defe #fe79de #defe79

Analogous Colors of #79defe

#79defe #799cfe #79fedc

Monochromatic Colors of #79defe

#79defe

Complementary Color

#79defe #fe9979

#79defe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79defe Color Preview on White Background

Lorem ipsum dolor sit amet.

#79defe Color CSS Codes

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

#79defe Text Font Color

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

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


#79defe Background Color

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

This div background color is #79defe


#79defe Border Color

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

This div border color is #79defe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,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 #79defe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79defe


Comments

No comments written yet.

Please login to write comment.