Color Hex Logo

#4faafb Color Hex

#4FAAFB
(79,170,251)
0 Favorites   0 Comments

Color spaces of #4faafb

RGB 79170251
HSL0.580.960.65
HSV208°69°98°
CMYK 0.690.320.00   0.02
XYZ35.011837.376896.6359
Yxy37.37680.20710.2211
Hunter Lab61.1366-4.7653-50.9215
CIE-Lab67.5588-1.7445-48.1344

#4faafb color RGB value is (79,170,251).

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

The process color (four color CMYK) of #4faafb color hex is 0.69, 0.32, 0.00, 0.02. Web safe color of #4faafb is #6699ff. Color #4faafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101010 11111011
Octal 117 252 373
Decimal 79 170 251
Hex 4F AA FB

RGB Percentages of Color #4faafb

%15.80
%34.00
%50.20

CMYK Percentages of Color #4faafb

%69
%32
%0
%2

Triadic Colors of #4faafb

#4faafb #fb4faa #aafb4f

Analogous Colors of #4faafb

#4faafb #4f54fb #4ffbf6

Monochromatic Colors of #4faafb

#4faafb

Complementary Color

#4faafb #fba04f

#4faafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4faafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4faafb Color CSS Codes

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

#4faafb Text Font Color

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

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


#4faafb Background Color

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

This div background color is #4faafb


#4faafb Border Color

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

This div border color is #4faafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4faafb


Comments

No comments written yet.

Please login to write comment.