Color Hex Logo

#4eaec5 Color Hex

#4EAEC5
(78,174,197)
0 Favorites   0 Comments

Color spaces of #4eaec5

RGB 78174197
HSL0.530.510.54
HSV192°60°77°
CMYK 0.600.120.00   0.23
XYZ28.356035.923058.2626
Yxy35.92300.23140.2931
Hunter Lab59.9358-20.4382-15.6798
CIE-Lab66.4610-21.3389-20.1961

#4eaec5 color RGB value is (78,174,197).

#4eaec5 hex color red value is 78, green value is 174 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #4eaec5 hue: 0.53 , saturation: 0.51 and the lightness value of 4eaec5 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101110 11000101
Octal 116 256 305
Decimal 78 174 197
Hex 4E AE C5

RGB Percentages of Color #4eaec5

%17.37
%38.75
%43.88

CMYK Percentages of Color #4eaec5

%60
%12
%0
%23

Triadic Colors of #4eaec5

#4eaec5 #c54eae #aec54e

Analogous Colors of #4eaec5

#4eaec5 #4e73c5 #4ec5a1

Monochromatic Colors of #4eaec5

#4eaec5

Complementary Color

#4eaec5 #c5654e

#4eaec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eaec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eaec5 Color CSS Codes

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

#4eaec5 Text Font Color

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

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


#4eaec5 Background Color

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

This div background color is #4eaec5


#4eaec5 Border Color

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

This div border color is #4eaec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eaec5

#4eaec5 Color Palettes


Comments

No comments written yet.

Please login to write comment.