Color Hex Logo

#4fafdb Color Hex

#4FAFDB
(79,175,219)
0 Favorites   0 Comments

Color spaces of #4fafdb

RGB 79175219
HSL0.550.660.58
HSV199°64°86°
CMYK 0.640.200.00   0.14
XYZ31.340637.436772.5920
Yxy37.43670.22170.2648
Hunter Lab61.1855-15.6430-27.5132
CIE-Lab67.6034-14.9297-30.5750

#4fafdb color RGB value is (79,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101111 11011011
Octal 117 257 333
Decimal 79 175 219
Hex 4F AF DB

RGB Percentages of Color #4fafdb

%16.70
%37.00
%46.30

CMYK Percentages of Color #4fafdb

%64
%20
%0
%14

Triadic Colors of #4fafdb

#4fafdb #db4faf #afdb4f

Analogous Colors of #4fafdb

#4fafdb #4f69db #4fdbc1

Monochromatic Colors of #4fafdb

#4fafdb

Complementary Color

#4fafdb #db7b4f

#4fafdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fafdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fafdb Color CSS Codes

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

#4fafdb Text Font Color

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

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


#4fafdb Background Color

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

This div background color is #4fafdb


#4fafdb Border Color

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

This div border color is #4fafdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fafdb


Comments

No comments written yet.

Please login to write comment.