Color Hex Logo

#4faaea Color Hex

#4FAAEA
(79,170,234)
0 Favorites   0 Comments

Color spaces of #4faaea

RGB 79170234
HSL0.570.790.61
HSV205°66°92°
CMYK 0.660.270.00   0.08
XYZ32.450536.352283.1483
Yxy36.35220.21360.2392
Hunter Lab60.2928-9.4409-39.5604
CIE-Lab66.7882-7.3854-40.0695

#4faaea color RGB value is (79,170,234).

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

The process color (four color CMYK) of #4faaea color hex is 0.66, 0.27, 0.00, 0.08. Web safe color of #4faaea is #6699ff. Color #4faaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101010 11101010
Octal 117 252 352
Decimal 79 170 234
Hex 4F AA EA

RGB Percentages of Color #4faaea

%16.36
%35.20
%48.45

CMYK Percentages of Color #4faaea

%66
%27
%0
%8

Triadic Colors of #4faaea

#4faaea #ea4faa #aaea4f

Analogous Colors of #4faaea

#4faaea #4f5dea #4feadd

Monochromatic Colors of #4faaea

#4faaea

Complementary Color

#4faaea #ea8f4f

#4faaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4faaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4faaea Color CSS Codes

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

#4faaea Text Font Color

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

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


#4faaea Background Color

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

This div background color is #4faaea


#4faaea Border Color

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

This div border color is #4faaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4faaea


Comments

No comments written yet.

Please login to write comment.