Color Hex Logo

#e1aebd Color Hex

#E1AEBD
(225,174,189)
0 Favorites   0 Comments

Color spaces of #e1aebd

RGB 225174189
HSL0.950.460.78
HSV342°23°88°
CMYK 0.000.230.16   0.12
XYZ55.372749.953854.8677
Yxy49.95380.34570.3118
Hunter Lab70.678016.15943.4475
CIE-Lab76.040920.8675-0.4621

#e1aebd color RGB value is (225,174,189).

#e1aebd hex color red value is 225, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e1aebd hue: 0.95 , saturation: 0.46 and the lightness value of e1aebd is 0.78.

The process color (four color CMYK) of #e1aebd color hex is 0.00, 0.23, 0.16, 0.12. Web safe color of #e1aebd is #cc99cc. Color #e1aebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101110 10111101
Octal 341 256 275
Decimal 225 174 189
Hex E1 AE BD

RGB Percentages of Color #e1aebd

%38.27
%29.59
%32.14

CMYK Percentages of Color #e1aebd

%0
%23
%16
%12

Triadic Colors of #e1aebd

#e1aebd #bde1ae #aebde1

Analogous Colors of #e1aebd

#e1aebd #e1b9ae #e1aed7

Monochromatic Colors of #e1aebd

#e1aebd

Complementary Color

#e1aebd #aee1d2

#e1aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1aebd Color CSS Codes

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

#e1aebd Text Font Color

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

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


#e1aebd Background Color

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

This div background color is #e1aebd


#e1aebd Border Color

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

This div border color is #e1aebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1aebd


Comments

No comments written yet.

Please login to write comment.