Color Hex Logo

#e0acbd Color Hex

#E0ACBD
(224,172,189)
0 Favorites   0 Comments

Color spaces of #e0acbd

RGB 224172189
HSL0.950.460.78
HSV340°23°88°
CMYK 0.000.230.16   0.12
XYZ54.678349.026554.7253
Yxy49.02650.34510.3095
Hunter Lab70.018916.85892.6734
CIE-Lab75.467821.5847-1.3123

#e0acbd color RGB value is (224,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101100 10111101
Octal 340 254 275
Decimal 224 172 189
Hex E0 AC BD

RGB Percentages of Color #e0acbd

%38.29
%29.40
%32.31

CMYK Percentages of Color #e0acbd

%0
%23
%16
%12

Triadic Colors of #e0acbd

#e0acbd #bde0ac #acbde0

Analogous Colors of #e0acbd

#e0acbd #e0b5ac #e0acd7

Monochromatic Colors of #e0acbd

#e0acbd

Complementary Color

#e0acbd #ace0cf

#e0acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0acbd Color CSS Codes

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

#e0acbd Text Font Color

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

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


#e0acbd Background Color

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

This div background color is #e0acbd


#e0acbd Border Color

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

This div border color is #e0acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0acbd


Comments

No comments written yet.

Please login to write comment.