Color Hex Logo

#e1aeb0 Color Hex

#E1AEB0
(225,174,176)
0 Favorites   0 Comments

Color spaces of #e1aeb0

RGB 225174176
HSL0.990.460.78
HSV358°23°88°
CMYK 0.000.230.22   0.12
XYZ54.023949.414247.7648
Yxy49.41420.35730.3268
Hunter Lab70.295214.16578.9198
CIE-Lab75.708318.88256.1519

#e1aeb0 color RGB value is (225,174,176).

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

The process color (four color CMYK) of #e1aeb0 color hex is 0.00, 0.23, 0.22, 0.12. Web safe color of #e1aeb0 is #cc9999. Color #e1aeb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101110 10110000
Octal 341 256 260
Decimal 225 174 176
Hex E1 AE B0

RGB Percentages of Color #e1aeb0

%39.13
%30.26
%30.61

CMYK Percentages of Color #e1aeb0

%0
%23
%22
%12

Triadic Colors of #e1aeb0

#e1aeb0 #b0e1ae #aeb0e1

Analogous Colors of #e1aeb0

#e1aeb0 #e1c6ae #e1aeca

Monochromatic Colors of #e1aeb0

#e1aeb0

Complementary Color

#e1aeb0 #aee1df

#e1aeb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1aeb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1aeb0 Color CSS Codes

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

#e1aeb0 Text Font Color

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

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


#e1aeb0 Background Color

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

This div background color is #e1aeb0


#e1aeb0 Border Color

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

This div border color is #e1aeb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1aeb0


Comments

No comments written yet.

Please login to write comment.