Color Hex Logo

#79acdb Color Hex

#79ACDB
(121,172,219)
0 Favorites   0 Comments

Color spaces of #79acdb

RGB 121172219
HSL0.580.580.67
HSV209°45°86°
CMYK 0.450.210.00   0.14
XYZ35.423938.684572.6176
Yxy38.68450.24140.2637
Hunter Lab62.1969-7.1808-25.6859
CIE-Lab68.5221-4.4961-29.0115

#79acdb color RGB value is (121,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101100 11011011
Octal 171 254 333
Decimal 121 172 219
Hex 79 AC DB

RGB Percentages of Color #79acdb

%23.63
%33.59
%42.77

CMYK Percentages of Color #79acdb

%45
%21
%0
%14

Triadic Colors of #79acdb

#79acdb #db79ac #acdb79

Analogous Colors of #79acdb

#79acdb #797bdb #79dbd9

Monochromatic Colors of #79acdb

#79acdb

Complementary Color

#79acdb #dba879

#79acdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79acdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#79acdb Color CSS Codes

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

#79acdb Text Font Color

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

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


#79acdb Background Color

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

This div background color is #79acdb


#79acdb Border Color

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

This div border color is #79acdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79acdb


Comments

No comments written yet.

Please login to write comment.