Color Hex Logo

#e9aeca Color Hex

#E9AECA
(233,174,202)
0 Favorites   0 Comments

Color spaces of #e9aeca

RGB 233174202
HSL0.920.570.80
HSV332°25°91°
CMYK 0.000.250.13   0.09
XYZ59.401051.860062.7563
Yxy51.86000.34140.2980
Hunter Lab72.013921.2123-1.2584
CIE-Lab77.197025.7745-5.7572

#e9aeca color RGB value is (233,174,202).

#e9aeca hex color red value is 233, green value is 174 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e9aeca hue: 0.92 , saturation: 0.57 and the lightness value of e9aeca is 0.80.

The process color (four color CMYK) of #e9aeca color hex is 0.00, 0.25, 0.13, 0.09. Web safe color of #e9aeca is #ff99cc. Color #e9aeca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101110 11001010
Octal 351 256 312
Decimal 233 174 202
Hex E9 AE CA

RGB Percentages of Color #e9aeca

%38.26
%28.57
%33.17

CMYK Percentages of Color #e9aeca

%0
%25
%13
%9

Triadic Colors of #e9aeca

#e9aeca #cae9ae #aecae9

Analogous Colors of #e9aeca

#e9aeca #e9b0ae #e9aee8

Monochromatic Colors of #e9aeca

#e9aeca

Complementary Color

#e9aeca #aee9cd

#e9aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9aeca Color CSS Codes

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

#e9aeca Text Font Color

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

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


#e9aeca Background Color

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

This div background color is #e9aeca


#e9aeca Border Color

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

This div border color is #e9aeca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,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 #e9aeca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9aeca


Comments

No comments written yet.

Please login to write comment.