Color Hex Logo

#4faaef Color Hex

#4FAAEF
(79,170,239)
0 Favorites   0 Comments

Color spaces of #4faaef

RGB 79170239
HSL0.570.830.62
HSV206°67°94°
CMYK 0.670.290.00   0.06
XYZ33.179236.643786.9856
Yxy36.64370.21160.2337
Hunter Lab60.5340-8.0973-42.8241
CIE-Lab67.0089-5.7402-42.4590

#4faaef color RGB value is (79,170,239).

#4faaef hex color red value is 79, green value is 170 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4faaef hue: 0.57 , saturation: 0.83 and the lightness value of 4faaef is 0.62.

The process color (four color CMYK) of #4faaef color hex is 0.67, 0.29, 0.00, 0.06. Web safe color of #4faaef is #6699ff. Color #4faaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101010 11101111
Octal 117 252 357
Decimal 79 170 239
Hex 4F AA EF

RGB Percentages of Color #4faaef

%16.19
%34.84
%48.98

CMYK Percentages of Color #4faaef

%67
%29
%0
%6

Triadic Colors of #4faaef

#4faaef #ef4faa #aaef4f

Analogous Colors of #4faaef

#4faaef #4f5aef #4fefe4

Monochromatic Colors of #4faaef

#4faaef

Complementary Color

#4faaef #ef944f

#4faaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4faaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4faaef Color CSS Codes

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

#4faaef Text Font Color

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

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


#4faaef Background Color

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

This div background color is #4faaef


#4faaef Border Color

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

This div border color is #4faaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4faaef


Comments

No comments written yet.

Please login to write comment.