Color Hex Logo

#79afff Color Hex

#79AFFF
(121,175,255)
0 Favorites   0 Comments

Color spaces of #79afff

RGB 121175255
HSL0.601.000.74
HSV216°53°100°
CMYK 0.530.310.00   0.00
XYZ41.265141.9449100.5290
Yxy41.94490.22460.2283
Hunter Lab64.76490.3932-46.6954
CIE-Lab70.83294.3239-45.0364

#79afff color RGB value is (121,175,255).

#79afff hex color red value is 121, green value is 175 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #79afff hue: 0.60 , saturation: 1.00 and the lightness value of 79afff is 0.74.

The process color (four color CMYK) of #79afff color hex is 0.53, 0.31, 0.00, 0.00. Web safe color of #79afff is #6699ff. Color #79afff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101111 11111111
Octal 171 257 377
Decimal 121 175 255
Hex 79 AF FF

RGB Percentages of Color #79afff

%21.96
%31.76
%46.28

CMYK Percentages of Color #79afff

%53
%31
%0
%0

Triadic Colors of #79afff

#79afff #ff79af #afff79

Analogous Colors of #79afff

#79afff #8679ff #79f2ff

Monochromatic Colors of #79afff

#79afff

Complementary Color

#79afff #ffc979

#79afff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79afff Color Preview on White Background

Lorem ipsum dolor sit amet.

#79afff Color CSS Codes

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

#79afff Text Font Color

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

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


#79afff Background Color

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

This div background color is #79afff


#79afff Border Color

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

This div border color is #79afff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79afff

#79afff Color Palettes


Comments

No comments written yet.

Please login to write comment.