Color Hex Logo

#4faffa Color Hex

#4FAFFA
(79,175,250)
0 Favorites   0 Comments

Color spaces of #4faffa

RGB 79175250
HSL0.570.940.65
HSV206°68°98°
CMYK 0.680.300.00   0.02
XYZ35.809739.224396.1262
Yxy39.22430.20920.2292
Hunter Lab62.6293-7.5399-47.1604
CIE-Lab68.9134-4.8813-45.4602

#4faffa color RGB value is (79,175,250).

#4faffa hex color red value is 79, green value is 175 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4faffa hue: 0.57 , saturation: 0.94 and the lightness value of 4faffa is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101111 11111010
Octal 117 257 372
Decimal 79 175 250
Hex 4F AF FA

RGB Percentages of Color #4faffa

%15.67
%34.72
%49.60

CMYK Percentages of Color #4faffa

%68
%30
%0
%2

Triadic Colors of #4faffa

#4faffa #fa4faf #affa4f

Analogous Colors of #4faffa

#4faffa #4f5afa #4ffaf0

Monochromatic Colors of #4faffa

#4faffa

Complementary Color

#4faffa #fa9a4f

#4faffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4faffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4faffa Color CSS Codes

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

#4faffa Text Font Color

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

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


#4faffa Background Color

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

This div background color is #4faffa


#4faffa Border Color

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

This div border color is #4faffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4faffa

Related Colors


Comments

No comments written yet.

Please login to write comment.