Color Hex Logo

#4faafe Color Hex

#4FAAFE
(79,170,254)
0 Favorites   0 Comments

Color spaces of #4faafe

RGB 79170254
HSL0.580.990.65
HSV209°69°100°
CMYK 0.690.330.00   0.00
XYZ35.488637.567599.1467
Yxy37.56750.20610.2182
Hunter Lab61.2923-3.9091-53.0031
CIE-Lab67.7006-0.7363-49.5402

#4faafe color RGB value is (79,170,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101010 11111110
Octal 117 252 376
Decimal 79 170 254
Hex 4F AA FE

RGB Percentages of Color #4faafe

%15.71
%33.80
%50.50

CMYK Percentages of Color #4faafe

%69
%33
%0
%0

Triadic Colors of #4faafe

#4faafe #fe4faa #aafe4f

Analogous Colors of #4faafe

#4faafe #4f53fe #4ffefb

Monochromatic Colors of #4faafe

#4faafe

Complementary Color

#4faafe #fea34f

#4faafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4faafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4faafe Color CSS Codes

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

#4faafe Text Font Color

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

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


#4faafe Background Color

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

This div background color is #4faafe


#4faafe Border Color

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

This div border color is #4faafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4faafe


Comments

No comments written yet.

Please login to write comment.