Color Hex Logo

#4faaee Color Hex

#4FAAEE
(79,170,238)
0 Favorites   0 Comments

Color spaces of #4faaee

RGB 79170238
HSL0.570.820.62
HSV206°67°93°
CMYK 0.670.290.00   0.07
XYZ33.031836.584886.2095
Yxy36.58480.21200.2348
Hunter Lab60.4854-8.3684-42.1660
CIE-Lab66.9644-6.0705-41.9821

#4faaee color RGB value is (79,170,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101010 11101110
Octal 117 252 356
Decimal 79 170 238
Hex 4F AA EE

RGB Percentages of Color #4faaee

%16.22
%34.91
%48.87

CMYK Percentages of Color #4faaee

%67
%29
%0
%7

Triadic Colors of #4faaee

#4faaee #ee4faa #aaee4f

Analogous Colors of #4faaee

#4faaee #4f5bee #4feee3

Monochromatic Colors of #4faaee

#4faaee

Complementary Color

#4faaee #ee934f

#4faaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4faaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4faaee Color CSS Codes

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

#4faaee Text Font Color

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

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


#4faaee Background Color

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

This div background color is #4faaee


#4faaee Border Color

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

This div border color is #4faaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4faaee


Comments

No comments written yet.

Please login to write comment.