Color Hex Logo

#e9aebd Color Hex

#E9AEBD
(233,174,189)
0 Favorites   0 Comments

Color spaces of #e9aebd

RGB 233174189
HSL0.960.570.80
HSV345°25°91°
CMYK 0.000.250.19   0.09
XYZ57.925651.269954.9872
Yxy51.26990.35280.3123
Hunter Lab71.603019.09824.5906
CIE-Lab76.842223.73490.8041

#e9aebd color RGB value is (233,174,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101110 10111101
Octal 351 256 275
Decimal 233 174 189
Hex E9 AE BD

RGB Percentages of Color #e9aebd

%39.09
%29.19
%31.71

CMYK Percentages of Color #e9aebd

%0
%25
%19
%9

Triadic Colors of #e9aebd

#e9aebd #bde9ae #aebde9

Analogous Colors of #e9aebd

#e9aebd #e9bdae #e9aedb

Monochromatic Colors of #e9aebd

#e9aebd

Complementary Color

#e9aebd #aee9da

#e9aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9aebd Color CSS Codes

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

#e9aebd Text Font Color

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

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


#e9aebd Background Color

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

This div background color is #e9aebd


#e9aebd Border Color

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

This div border color is #e9aebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9aebd


Comments

No comments written yet.

Please login to write comment.