Color Hex Logo

#4faadb Color Hex

#4FAADB
(79,170,219)
0 Favorites   0 Comments

Color spaces of #4faadb

RGB 79170219
HSL0.560.660.58
HSV201°64°86°
CMYK 0.640.220.00   0.14
XYZ30.385435.526272.2736
Yxy35.52620.21990.2571
Hunter Lab59.6039-13.3094-30.1703
CIE-Lab66.1563-12.2380-32.8141

#4faadb color RGB value is (79,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101010 11011011
Octal 117 252 333
Decimal 79 170 219
Hex 4F AA DB

RGB Percentages of Color #4faadb

%16.88
%36.32
%46.79

CMYK Percentages of Color #4faadb

%64
%22
%0
%14

Triadic Colors of #4faadb

#4faadb #db4faa #aadb4f

Analogous Colors of #4faadb

#4faadb #4f64db #4fdbc6

Monochromatic Colors of #4faadb

#4faadb

Complementary Color

#4faadb #db804f

#4faadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4faadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4faadb Color CSS Codes

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

#4faadb Text Font Color

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

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


#4faadb Background Color

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

This div background color is #4faadb


#4faadb Border Color

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

This div border color is #4faadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4faadb


Comments

No comments written yet.

Please login to write comment.