Color Hex Logo

#4eaae0 Color Hex

#4EAAE0
(78,170,224)
0 Favorites   0 Comments

Color spaces of #4eaae0

RGB 78170224
HSL0.560.700.59
HSV202°65°88°
CMYK 0.650.240.00   0.12
XYZ30.971235.751075.7893
Yxy35.75100.21730.2509
Hunter Lab59.7921-12.1766-33.2983
CIE-Lab66.3292-10.8002-35.3002

#4eaae0 color RGB value is (78,170,224).

#4eaae0 hex color red value is 78, green value is 170 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #4eaae0 hue: 0.56 , saturation: 0.70 and the lightness value of 4eaae0 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101010 11100000
Octal 116 252 340
Decimal 78 170 224
Hex 4E AA E0

RGB Percentages of Color #4eaae0

%16.53
%36.02
%47.46

CMYK Percentages of Color #4eaae0

%65
%24
%0
%12

Triadic Colors of #4eaae0

#4eaae0 #e04eaa #aae04e

Analogous Colors of #4eaae0

#4eaae0 #4e61e0 #4ee0cd

Monochromatic Colors of #4eaae0

#4eaae0

Complementary Color

#4eaae0 #e0844e

#4eaae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eaae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eaae0 Color CSS Codes

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

#4eaae0 Text Font Color

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

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


#4eaae0 Background Color

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

This div background color is #4eaae0


#4eaae0 Border Color

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

This div border color is #4eaae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eaae0


Comments

No comments written yet.

Please login to write comment.