Color Hex Logo

#4fa1cd Color Hex

#4FA1CD
(79,161,205)
0 Favorites   0 Comments

Color spaces of #4fa1cd

RGB 79161205
HSL0.560.560.56
HSV201°61°80°
CMYK 0.610.210.00   0.20
XYZ26.988831.559862.4268
Yxy31.55980.22310.2609
Hunter Lab56.1781-12.5576-26.5601
CIE-Lab62.9774-11.7813-29.9821

#4fa1cd color RGB value is (79,161,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10100001 11001101
Octal 117 241 315
Decimal 79 161 205
Hex 4F A1 CD

RGB Percentages of Color #4fa1cd

%17.75
%36.18
%46.07

CMYK Percentages of Color #4fa1cd

%61
%21
%0
%20

Triadic Colors of #4fa1cd

#4fa1cd #cd4fa1 #a1cd4f

Analogous Colors of #4fa1cd

#4fa1cd #4f62cd #4fcdba

Monochromatic Colors of #4fa1cd

#4fa1cd

Complementary Color

#4fa1cd #cd7b4f

#4fa1cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fa1cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fa1cd Color CSS Codes

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

#4fa1cd Text Font Color

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

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


#4fa1cd Background Color

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

This div background color is #4fa1cd


#4fa1cd Border Color

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

This div border color is #4fa1cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fa1cd


Comments

No comments written yet.

Please login to write comment.