Color Hex Logo

#4faefa Color Hex

#4FAEFA
(79,174,250)
0 Favorites   0 Comments

Color spaces of #4faefa

RGB 79174250
HSL0.570.940.65
HSV207°68°98°
CMYK 0.680.300.00   0.02
XYZ35.615838.836596.0615
Yxy38.83650.20890.2278
Hunter Lab62.3189-7.0439-47.7693
CIE-Lab68.6327-4.3241-45.9013

#4faefa color RGB value is (79,174,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101110 11111010
Octal 117 256 372
Decimal 79 174 250
Hex 4F AE FA

RGB Percentages of Color #4faefa

%15.71
%34.59
%49.70

CMYK Percentages of Color #4faefa

%68
%30
%0
%2

Triadic Colors of #4faefa

#4faefa #fa4fae #aefa4f

Analogous Colors of #4faefa

#4faefa #4f59fa #4ffaf1

Monochromatic Colors of #4faefa

#4faefa

Complementary Color

#4faefa #fa9b4f

#4faefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4faefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4faefa Color CSS Codes

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

#4faefa Text Font Color

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

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


#4faefa Background Color

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

This div background color is #4faefa


#4faefa Border Color

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

This div border color is #4faefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4faefa


Comments

No comments written yet.

Please login to write comment.