Color Hex Logo

#79edfe Color Hex

#79EDFE
(121,237,254)
0 Favorites   0 Comments

Color spaces of #79edfe

RGB 121237254
HSL0.520.990.74
HSV188°52°100°
CMYK 0.520.070.00   0.00
XYZ56.058771.7891104.6680
Yxy71.78910.24110.3087
Hunter Lab84.7284-30.1742-13.9331
CIE-Lab87.8670-28.3896-18.3042

#79edfe color RGB value is (121,237,254).

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

The process color (four color CMYK) of #79edfe color hex is 0.52, 0.07, 0.00, 0.00. Web safe color of #79edfe is #66ffff. Color #79edfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 11101101 11111110
Octal 171 355 376
Decimal 121 237 254
Hex 79 ED FE

RGB Percentages of Color #79edfe

%19.77
%38.73
%41.50

CMYK Percentages of Color #79edfe

%52
%7
%0
%0

Triadic Colors of #79edfe

#79edfe #fe79ed #edfe79

Analogous Colors of #79edfe

#79edfe #79abfe #79fecd

Monochromatic Colors of #79edfe

#79edfe

Complementary Color

#79edfe #fe8a79

#79edfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79edfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#79edfe Color CSS Codes

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

#79edfe Text Font Color

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

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


#79edfe Background Color

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

This div background color is #79edfe


#79edfe Border Color

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

This div border color is #79edfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79edfe


Comments

No comments written yet.

Please login to write comment.