Color Hex Logo

#79a1cb Color Hex

#79A1CB
(121,161,203)
0 Favorites   0 Comments

Color spaces of #79a1cb

RGB 121161203
HSL0.590.440.64
HSV211°40°80°
CMYK 0.400.210.00   0.20
XYZ31.409533.866561.3813
Yxy33.86650.24800.2674
Hunter Lab58.1949-5.4995-21.7999
CIE-Lab64.8565-2.8366-25.8095

#79a1cb color RGB value is (121,161,203).

#79a1cb hex color red value is 121, green value is 161 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #79a1cb hue: 0.59 , saturation: 0.44 and the lightness value of 79a1cb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10100001 11001011
Octal 171 241 313
Decimal 121 161 203
Hex 79 A1 CB

RGB Percentages of Color #79a1cb

%24.95
%33.20
%41.86

CMYK Percentages of Color #79a1cb

%40
%21
%0
%20

Triadic Colors of #79a1cb

#79a1cb #cb79a1 #a1cb79

Analogous Colors of #79a1cb

#79a1cb #7a79cb #79cacb

Monochromatic Colors of #79a1cb

#79a1cb

Complementary Color

#79a1cb #cba379

#79a1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79a1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#79a1cb Color CSS Codes

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

#79a1cb Text Font Color

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

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


#79a1cb Background Color

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

This div background color is #79a1cb


#79a1cb Border Color

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

This div border color is #79a1cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79a1cb


Comments

No comments written yet.

Please login to write comment.