Color Hex Logo

#4fafcb Color Hex

#4FAFCB
(79,175,203)
0 Favorites   0 Comments

Color spaces of #4fafcb

RGB 79175203
HSL0.540.540.55
HSV194°61°80°
CMYK 0.610.140.00   0.20
XYZ29.333936.634062.0249
Yxy36.63400.22920.2862
Hunter Lab60.5260-19.4106-18.3900
CIE-Lab67.0015-19.8712-22.6866

#4fafcb color RGB value is (79,175,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101111 11001011
Octal 117 257 313
Decimal 79 175 203
Hex 4F AF CB

RGB Percentages of Color #4fafcb

%17.29
%38.29
%44.42

CMYK Percentages of Color #4fafcb

%61
%14
%0
%20

Triadic Colors of #4fafcb

#4fafcb #cb4faf #afcb4f

Analogous Colors of #4fafcb

#4fafcb #4f71cb #4fcba9

Monochromatic Colors of #4fafcb

#4fafcb

Complementary Color

#4fafcb #cb6b4f

#4fafcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fafcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fafcb Color CSS Codes

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

#4fafcb Text Font Color

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

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


#4fafcb Background Color

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

This div background color is #4fafcb


#4fafcb Border Color

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

This div border color is #4fafcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,175,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fafcb


Comments

No comments written yet.

Please login to write comment.