Color Hex Logo

#79baff Color Hex

#79BAFF
(121,186,255)
0 Favorites   0 Comments

Color spaces of #79baff

RGB 121186255
HSL0.591.000.74
HSV211°53°100°
CMYK 0.530.270.00   0.00
XYZ43.494146.4028101.2720
Yxy46.40280.22750.2427
Hunter Lab68.1196-5.2377-40.4615
CIE-Lab73.8061-1.7940-40.3888

#79baff color RGB value is (121,186,255).

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

The process color (four color CMYK) of #79baff color hex is 0.53, 0.27, 0.00, 0.00. Web safe color of #79baff is #66ccff. Color #79baff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10111010 11111111
Octal 171 272 377
Decimal 121 186 255
Hex 79 BA FF

RGB Percentages of Color #79baff

%21.53
%33.10
%45.37

CMYK Percentages of Color #79baff

%53
%27
%0
%0

Triadic Colors of #79baff

#79baff #ff79ba #baff79

Analogous Colors of #79baff

#79baff #7b79ff #79fdff

Monochromatic Colors of #79baff

#79baff

Complementary Color

#79baff #ffbe79

#79baff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79baff Color Preview on White Background

Lorem ipsum dolor sit amet.

#79baff Color CSS Codes

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

#79baff Text Font Color

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

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


#79baff Background Color

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

This div background color is #79baff


#79baff Border Color

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

This div border color is #79baff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,186,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 #79baff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79baff

Related Colors


Comments

No comments written yet.

Please login to write comment.