Color Hex Logo

#4eaeca Color Hex

#4EAECA
(78,174,202)
0 Favorites   0 Comments

Color spaces of #4eaeca

RGB 78174202
HSL0.540.540.55
HSV194°61°79°
CMYK 0.610.140.00   0.21
XYZ28.938636.156161.3307
Yxy36.15610.22890.2860
Hunter Lab60.1299-19.3211-18.3830
CIE-Lab66.6390-19.8334-22.6907

#4eaeca color RGB value is (78,174,202).

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

The process color (four color CMYK) of #4eaeca color hex is 0.61, 0.14, 0.00, 0.21. Web safe color of #4eaeca is #6699cc. Color #4eaeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101110 11001010
Octal 116 256 312
Decimal 78 174 202
Hex 4E AE CA

RGB Percentages of Color #4eaeca

%17.18
%38.33
%44.49

CMYK Percentages of Color #4eaeca

%61
%14
%0
%21

Triadic Colors of #4eaeca

#4eaeca #ca4eae #aeca4e

Analogous Colors of #4eaeca

#4eaeca #4e70ca #4ecaa8

Monochromatic Colors of #4eaeca

#4eaeca

Complementary Color

#4eaeca #ca6a4e

#4eaeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eaeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eaeca Color CSS Codes

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

#4eaeca Text Font Color

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

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


#4eaeca Background Color

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

This div background color is #4eaeca


#4eaeca Border Color

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

This div border color is #4eaeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eaeca


Comments

No comments written yet.

Please login to write comment.