Color Hex Logo

#79acdc Color Hex

#79ACDC
(121,172,220)
0 Favorites   0 Comments

Color spaces of #79acdc

RGB 121172220
HSL0.580.590.67
HSV209°45°86°
CMYK 0.450.220.00   0.14
XYZ35.555938.737373.3132
Yxy38.73730.24090.2624
Hunter Lab62.2393-6.9458-26.2716
CIE-Lab68.5605-4.2154-29.5014

#79acdc color RGB value is (121,172,220).

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

The process color (four color CMYK) of #79acdc color hex is 0.45, 0.22, 0.00, 0.14. Web safe color of #79acdc is #6699cc. Color #79acdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101100 11011100
Octal 171 254 334
Decimal 121 172 220
Hex 79 AC DC

RGB Percentages of Color #79acdc

%23.59
%33.53
%42.88

CMYK Percentages of Color #79acdc

%45
%22
%0
%14

Triadic Colors of #79acdc

#79acdc #dc79ac #acdc79

Analogous Colors of #79acdc

#79acdc #797bdc #79dcdb

Monochromatic Colors of #79acdc

#79acdc

Complementary Color

#79acdc #dca979

#79acdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79acdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#79acdc Color CSS Codes

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

#79acdc Text Font Color

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

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


#79acdc Background Color

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

This div background color is #79acdc


#79acdc Border Color

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

This div border color is #79acdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79acdc

#79acdc Color Palettes


Comments

No comments written yet.

Please login to write comment.