Color Hex Logo

#ea9cae Color Hex

#EA9CAE
(234,156,174)
0 Favorites   0 Comments

Color spaces of #ea9cae

RGB 234156174
HSL0.960.650.76
HSV346°33°92°
CMYK 0.000.330.26   0.08
XYZ53.460144.325445.7824
Yxy44.32540.37240.3087
Hunter Lab66.577326.82125.8329
CIE-Lab72.445531.50062.6585

#ea9cae color RGB value is (234,156,174).

#ea9cae hex color red value is 234, green value is 156 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ea9cae hue: 0.96 , saturation: 0.65 and the lightness value of ea9cae is 0.76.

The process color (four color CMYK) of #ea9cae color hex is 0.00, 0.33, 0.26, 0.08. Web safe color of #ea9cae is #ff9999. Color #ea9cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10011100 10101110
Octal 352 234 256
Decimal 234 156 174
Hex EA 9C AE

RGB Percentages of Color #ea9cae

%41.49
%27.66
%30.85

CMYK Percentages of Color #ea9cae

%0
%33
%26
%8

Triadic Colors of #ea9cae

#ea9cae #aeea9c #9caeea

Analogous Colors of #ea9cae

#ea9cae #eab19c #ea9cd5

Monochromatic Colors of #ea9cae

#ea9cae

Complementary Color

#ea9cae #9cead8

#ea9cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea9cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea9cae Color CSS Codes

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

#ea9cae Text Font Color

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

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


#ea9cae Background Color

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

This div background color is #ea9cae


#ea9cae Border Color

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

This div border color is #ea9cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea9cae


Comments

No comments written yet.

Please login to write comment.