Color Hex Logo

#79faed Color Hex

#79FAED
(121,250,237)
0 Favorites   0 Comments

Color spaces of #79faed

RGB 121250237
HSL0.480.930.73
HSV174°52°98°
CMYK 0.520.000.05   0.02
XYZ57.356878.550692.2595
Yxy78.55060.25140.3443
Hunter Lab88.6288-39.58270.3213
CIE-Lab91.0306-38.8139-4.7194

#79faed color RGB value is (121,250,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11111010 11101101
Octal 171 372 355
Decimal 121 250 237
Hex 79 FA ED

RGB Percentages of Color #79faed

%19.90
%41.12
%38.98

CMYK Percentages of Color #79faed

%52
%0
%5
%2

Triadic Colors of #79faed

#79faed #ed79fa #faed79

Analogous Colors of #79faed

#79faed #79c7fa #79faad

Monochromatic Colors of #79faed

#79faed

Complementary Color

#79faed #fa7986

#79faed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79faed Color Preview on White Background

Lorem ipsum dolor sit amet.

#79faed Color CSS Codes

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

#79faed Text Font Color

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

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


#79faed Background Color

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

This div background color is #79faed


#79faed Border Color

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

This div border color is #79faed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79faed

Related Colors


Comments

No comments written yet.

Please login to write comment.