Color Hex Logo

#79abcc Color Hex

#79ABCC
(121,171,204)
0 Favorites   0 Comments

Color spaces of #79abcc

RGB 121171204
HSL0.570.450.64
HSV204°41°80°
CMYK 0.410.160.00   0.20
XYZ33.347237.550462.6171
Yxy37.55040.24980.2812
Hunter Lab61.2784-10.0989-17.6904
CIE-Lab67.6879-8.0740-22.0291

#79abcc color RGB value is (121,171,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101011 11001100
Octal 171 253 314
Decimal 121 171 204
Hex 79 AB CC

RGB Percentages of Color #79abcc

%24.40
%34.48
%41.13

CMYK Percentages of Color #79abcc

%41
%16
%0
%20

Triadic Colors of #79abcc

#79abcc #cc79ab #abcc79

Analogous Colors of #79abcc

#79abcc #7982cc #79ccc4

Monochromatic Colors of #79abcc

#79abcc

Complementary Color

#79abcc #cc9a79

#79abcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79abcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#79abcc Color CSS Codes

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

#79abcc Text Font Color

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

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


#79abcc Background Color

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

This div background color is #79abcc


#79abcc Border Color

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

This div border color is #79abcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79abcc


Comments

No comments written yet.

Please login to write comment.