Color Hex Logo

#79abcd Color Hex

#79ABCD
(121,171,205)
1 Favorites   0 Comments

Color spaces of #79abcd

RGB 121171205
HSL0.570.460.64
HSV204°41°80°
CMYK 0.410.170.00   0.20
XYZ33.467537.598563.2509
Yxy37.59850.24920.2799
Hunter Lab61.3176-9.8795-18.2370
CIE-Lab67.7237-7.8044-22.5268

#79abcd color RGB value is (121,171,205).

#79abcd hex color red value is 121, green value is 171 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #79abcd hue: 0.57 , saturation: 0.46 and the lightness value of 79abcd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101011 11001101
Octal 171 253 315
Decimal 121 171 205
Hex 79 AB CD

RGB Percentages of Color #79abcd

%24.35
%34.41
%41.25

CMYK Percentages of Color #79abcd

%41
%17
%0
%20

Triadic Colors of #79abcd

#79abcd #cd79ab #abcd79

Analogous Colors of #79abcd

#79abcd #7981cd #79cdc5

Monochromatic Colors of #79abcd

#79abcd

Complementary Color

#79abcd #cd9b79

#79abcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79abcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#79abcd Color CSS Codes

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

#79abcd Text Font Color

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

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


#79abcd Background Color

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

This div background color is #79abcd


#79abcd Border Color

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

This div border color is #79abcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79abcd


Comments

No comments written yet.

Please login to write comment.