Color Hex Logo

#4fa0cc Color Hex

#4FA0CC
(79,160,204)
0 Favorites   0 Comments

Color spaces of #4fa0cc

RGB 79160204
HSL0.560.550.55
HSV201°61°80°
CMYK 0.610.220.00   0.20
XYZ26.694331.163561.7350
Yxy31.16350.22320.2606
Hunter Lab55.8243-12.3366-26.4907
CIE-Lab62.6454-11.5501-29.9384

#4fa0cc color RGB value is (79,160,204).

#4fa0cc hex color red value is 79, green value is 160 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4fa0cc hue: 0.56 , saturation: 0.55 and the lightness value of 4fa0cc is 0.55.

The process color (four color CMYK) of #4fa0cc color hex is 0.61, 0.22, 0.00, 0.20. Web safe color of #4fa0cc is #6699cc. Color #4fa0cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10100000 11001100
Octal 117 240 314
Decimal 79 160 204
Hex 4F A0 CC

RGB Percentages of Color #4fa0cc

%17.83
%36.12
%46.05

CMYK Percentages of Color #4fa0cc

%61
%22
%0
%20

Triadic Colors of #4fa0cc

#4fa0cc #cc4fa0 #a0cc4f

Analogous Colors of #4fa0cc

#4fa0cc #4f61cc #4fccba

Monochromatic Colors of #4fa0cc

#4fa0cc

Complementary Color

#4fa0cc #cc7b4f

#4fa0cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fa0cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fa0cc Color CSS Codes

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

#4fa0cc Text Font Color

<p style="color:#4fa0cc">Text here</p>

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


#4fa0cc Background Color

<div style="background-color:#4fa0cc">
Div content here</div>

This div background color is #4fa0cc


#4fa0cc Border Color

<div style="border:3px solid #4fa0cc">
Div here</div>

This div border color is #4fa0cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,160,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 #4fa0cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fa0cc


Comments

No comments written yet.

Please login to write comment.