Color Hex Logo

#79acda Color Hex

#79ACDA
(121,172,218)
0 Favorites   0 Comments

Color spaces of #79acda

RGB 121172218
HSL0.580.570.66
HSV208°44°85°
CMYK 0.440.210.00   0.15
XYZ35.292638.632071.9263
Yxy38.63200.24200.2649
Hunter Lab62.1546-7.4149-25.1030
CIE-Lab68.4839-4.7763-28.5212

#79acda color RGB value is (121,172,218).

#79acda hex color red value is 121, green value is 172 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #79acda hue: 0.58 , saturation: 0.57 and the lightness value of 79acda is 0.66.

The process color (four color CMYK) of #79acda color hex is 0.44, 0.21, 0.00, 0.15. Web safe color of #79acda is #6699cc. Color #79acda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101100 11011010
Octal 171 254 332
Decimal 121 172 218
Hex 79 AC DA

RGB Percentages of Color #79acda

%23.68
%33.66
%42.66

CMYK Percentages of Color #79acda

%44
%21
%0
%15

Triadic Colors of #79acda

#79acda #da79ac #acda79

Analogous Colors of #79acda

#79acda #797cda #79dad8

Monochromatic Colors of #79acda

#79acda

Complementary Color

#79acda #daa779

#79acda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79acda Color Preview on White Background

Lorem ipsum dolor sit amet.

#79acda Color CSS Codes

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

#79acda Text Font Color

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

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


#79acda Background Color

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

This div background color is #79acda


#79acda Border Color

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

This div border color is #79acda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79acda


Comments

No comments written yet.

Please login to write comment.