Color Hex Logo

#4faae4 Color Hex

#4FAAE4
(79,170,228)
0 Favorites   0 Comments

Color spaces of #4faae4

RGB 79170228
HSL0.560.730.60
HSV203°65°89°
CMYK 0.650.250.00   0.11
XYZ31.602836.013278.6844
Yxy36.01320.21600.2462
Hunter Lab60.0110-11.0182-35.7314
CIE-Lab66.5300-9.3425-37.1828

#4faae4 color RGB value is (79,170,228).

#4faae4 hex color red value is 79, green value is 170 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #4faae4 hue: 0.56 , saturation: 0.73 and the lightness value of 4faae4 is 0.60.

The process color (four color CMYK) of #4faae4 color hex is 0.65, 0.25, 0.00, 0.11. Web safe color of #4faae4 is #6699cc. Color #4faae4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101010 11100100
Octal 117 252 344
Decimal 79 170 228
Hex 4F AA E4

RGB Percentages of Color #4faae4

%16.56
%35.64
%47.80

CMYK Percentages of Color #4faae4

%65
%25
%0
%11

Triadic Colors of #4faae4

#4faae4 #e44faa #aae44f

Analogous Colors of #4faae4

#4faae4 #4f60e4 #4fe4d4

Monochromatic Colors of #4faae4

#4faae4

Complementary Color

#4faae4 #e4894f

#4faae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4faae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4faae4 Color CSS Codes

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

#4faae4 Text Font Color

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

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


#4faae4 Background Color

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

This div background color is #4faae4


#4faae4 Border Color

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

This div border color is #4faae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4faae4


Comments

No comments written yet.

Please login to write comment.