Color Hex Logo

#79baef Color Hex

#79BAEF
(121,186,239)
0 Favorites   0 Comments

Color spaces of #79baef

RGB 121186239
HSL0.570.790.71
HSV207°49°94°
CMYK 0.490.220.00   0.06
XYZ41.024145.414888.2651
Yxy45.41480.23480.2600
Hunter Lab67.3905-9.2712-30.4821
CIE-Lab73.1642-6.4632-32.7518

#79baef color RGB value is (121,186,239).

#79baef hex color red value is 121, green value is 186 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #79baef hue: 0.57 , saturation: 0.79 and the lightness value of 79baef is 0.71.

The process color (four color CMYK) of #79baef color hex is 0.49, 0.22, 0.00, 0.06. Web safe color of #79baef is #66ccff. Color #79baef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10111010 11101111
Octal 171 272 357
Decimal 121 186 239
Hex 79 BA EF

RGB Percentages of Color #79baef

%22.16
%34.07
%43.77

CMYK Percentages of Color #79baef

%49
%22
%0
%6

Triadic Colors of #79baef

#79baef #ef79ba #baef79

Analogous Colors of #79baef

#79baef #797fef #79efe9

Monochromatic Colors of #79baef

#79baef

Complementary Color

#79baef #efae79

#79baef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79baef Color Preview on White Background

Lorem ipsum dolor sit amet.

#79baef Color CSS Codes

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

#79baef Text Font Color

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

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


#79baef Background Color

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

This div background color is #79baef


#79baef Border Color

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

This div border color is #79baef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79baef


Comments

No comments written yet.

Please login to write comment.