Color Hex Logo

#79acea Color Hex

#79ACEA
(121,172,234)
0 Favorites   0 Comments

Color spaces of #79acea

RGB 121172234
HSL0.590.730.70
HSV213°48°92°
CMYK 0.480.260.00   0.08
XYZ37.489039.510583.4923
Yxy39.51050.23360.2462
Hunter Lab62.8574-3.5406-34.7537
CIE-Lab69.1195-0.2103-36.3018

#79acea color RGB value is (121,172,234).

#79acea hex color red value is 121, green value is 172 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #79acea hue: 0.59 , saturation: 0.73 and the lightness value of 79acea is 0.70.

The process color (four color CMYK) of #79acea color hex is 0.48, 0.26, 0.00, 0.08. Web safe color of #79acea is #6699ff. Color #79acea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101100 11101010
Octal 171 254 352
Decimal 121 172 234
Hex 79 AC EA

RGB Percentages of Color #79acea

%22.96
%32.64
%44.40

CMYK Percentages of Color #79acea

%48
%26
%0
%8

Triadic Colors of #79acea

#79acea #ea79ac #acea79

Analogous Colors of #79acea

#79acea #7f79ea #79e5ea

Monochromatic Colors of #79acea

#79acea

Complementary Color

#79acea #eab779

#79acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#79acea Color CSS Codes

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

#79acea Text Font Color

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

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


#79acea Background Color

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

This div background color is #79acea


#79acea Border Color

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

This div border color is #79acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79acea


Comments

No comments written yet.

Please login to write comment.