Color Hex Logo

#e1aeba Color Hex

#E1AEBA
(225,174,186)
0 Favorites   0 Comments

Color spaces of #e1aeba

RGB 225174186
HSL0.960.460.78
HSV346°23°88°
CMYK 0.000.230.17   0.12
XYZ55.050349.824853.1701
Yxy49.82480.34830.3153
Hunter Lab70.586715.68484.7499
CIE-Lab75.961620.39721.0598

#e1aeba color RGB value is (225,174,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101110 10111010
Octal 341 256 272
Decimal 225 174 186
Hex E1 AE BA

RGB Percentages of Color #e1aeba

%38.46
%29.74
%31.79

CMYK Percentages of Color #e1aeba

%0
%23
%17
%12

Triadic Colors of #e1aeba

#e1aeba #bae1ae #aebae1

Analogous Colors of #e1aeba

#e1aeba #e1bcae #e1aed4

Monochromatic Colors of #e1aeba

#e1aeba

Complementary Color

#e1aeba #aee1d5

#e1aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1aeba Color CSS Codes

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

#e1aeba Text Font Color

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

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


#e1aeba Background Color

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

This div background color is #e1aeba


#e1aeba Border Color

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

This div border color is #e1aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1aeba


Comments

No comments written yet.

Please login to write comment.