Color Hex Logo

#79faf7 Color Hex

#79FAF7
(121,250,247)
0 Favorites   0 Comments

Color spaces of #79faf7

RGB 121250247
HSL0.500.930.73
HSV179°52°98°
CMYK 0.520.000.01   0.02
XYZ58.859379.1516100.1713
Yxy79.15160.24710.3323
Hunter Lab88.9672-37.5998-4.4797
CIE-Lab91.3028-36.3298-9.5122

#79faf7 color RGB value is (121,250,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11111010 11110111
Octal 171 372 367
Decimal 121 250 247
Hex 79 FA F7

RGB Percentages of Color #79faf7

%19.58
%40.45
%39.97

CMYK Percentages of Color #79faf7

%52
%0
%1
%2

Triadic Colors of #79faf7

#79faf7 #f779fa #faf779

Analogous Colors of #79faf7

#79faf7 #79bdfa #79fab7

Monochromatic Colors of #79faf7

#79faf7

Complementary Color

#79faf7 #fa797c

#79faf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79faf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#79faf7 Color CSS Codes

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

#79faf7 Text Font Color

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

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


#79faf7 Background Color

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

This div background color is #79faf7


#79faf7 Border Color

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

This div border color is #79faf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79faf7


Comments

No comments written yet.

Please login to write comment.