Color Hex Logo

#4fafcd Color Hex

#4FAFCD
(79,175,205)
0 Favorites   0 Comments

Color spaces of #4fafcd

RGB 79175205
HSL0.540.560.56
HSV194°61°80°
CMYK 0.610.150.00   0.20
XYZ29.573936.730063.2885
Yxy36.73000.22820.2834
Hunter Lab60.6053-18.9556-19.4913
CIE-Lab67.0740-19.2645-23.6800

#4fafcd color RGB value is (79,175,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101111 11001101
Octal 117 257 315
Decimal 79 175 205
Hex 4F AF CD

RGB Percentages of Color #4fafcd

%17.21
%38.13
%44.66

CMYK Percentages of Color #4fafcd

%61
%15
%0
%20

Triadic Colors of #4fafcd

#4fafcd #cd4faf #afcd4f

Analogous Colors of #4fafcd

#4fafcd #4f70cd #4fcdac

Monochromatic Colors of #4fafcd

#4fafcd

Complementary Color

#4fafcd #cd6d4f

#4fafcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fafcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fafcd Color CSS Codes

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

#4fafcd Text Font Color

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

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


#4fafcd Background Color

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

This div background color is #4fafcd


#4fafcd Border Color

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

This div border color is #4fafcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fafcd


Comments

No comments written yet.

Please login to write comment.