Color Hex Logo

#79eafa Color Hex

#79EAFA
(121,234,250)
0 Favorites   0 Comments

Color spaces of #79eafa

RGB 121234250
HSL0.520.930.73
HSV187°52°98°
CMYK 0.520.060.00   0.02
XYZ54.563369.8127101.0419
Yxy69.81270.24210.3097
Hunter Lab83.5540-29.6536-13.2116
CIE-Lab86.9049-28.0049-17.6567

#79eafa color RGB value is (121,234,250).

#79eafa hex color red value is 121, green value is 234 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #79eafa hue: 0.52 , saturation: 0.93 and the lightness value of 79eafa is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11101010 11111010
Octal 171 352 372
Decimal 121 234 250
Hex 79 EA FA

RGB Percentages of Color #79eafa

%20.00
%38.68
%41.32

CMYK Percentages of Color #79eafa

%52
%6
%0
%2

Triadic Colors of #79eafa

#79eafa #fa79ea #eafa79

Analogous Colors of #79eafa

#79eafa #79aafa #79faca

Monochromatic Colors of #79eafa

#79eafa

Complementary Color

#79eafa #fa8979

#79eafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79eafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#79eafa Color CSS Codes

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

#79eafa Text Font Color

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

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


#79eafa Background Color

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

This div background color is #79eafa


#79eafa Border Color

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

This div border color is #79eafa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,234,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79eafa


Comments

No comments written yet.

Please login to write comment.