Color Hex Logo

#79faee Color Hex

#79FAEE
(121,250,238)
0 Favorites   0 Comments

Color spaces of #79faee

RGB 121250238
HSL0.480.930.73
HSV174°52°98°
CMYK 0.520.000.05   0.02
XYZ57.503478.609293.0313
Yxy78.60920.25090.3431
Hunter Lab88.6618-39.3885-0.1487
CIE-Lab91.0572-38.5689-5.1998

#79faee color RGB value is (121,250,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11111010 11101110
Octal 171 372 356
Decimal 121 250 238
Hex 79 FA EE

RGB Percentages of Color #79faee

%19.87
%41.05
%39.08

CMYK Percentages of Color #79faee

%52
%0
%5
%2

Triadic Colors of #79faee

#79faee #ee79fa #faee79

Analogous Colors of #79faee

#79faee #79c6fa #79faae

Monochromatic Colors of #79faee

#79faee

Complementary Color

#79faee #fa7985

#79faee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79faee Color Preview on White Background

Lorem ipsum dolor sit amet.

#79faee Color CSS Codes

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

#79faee Text Font Color

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

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


#79faee Background Color

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

This div background color is #79faee


#79faee Border Color

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

This div border color is #79faee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79faee


Comments

No comments written yet.

Please login to write comment.