Color Hex Logo

#e5acbf Color Hex

#E5ACBF
(229,172,191)
0 Favorites   0 Comments

Color spaces of #e5acbf

RGB 229172191
HSL0.940.520.79
HSV340°25°90°
CMYK 0.000.250.17   0.10
XYZ56.469649.924655.9504
Yxy49.92460.34780.3075
Hunter Lab70.657319.00752.5110
CIE-Lab76.023023.6842-1.5330

#e5acbf color RGB value is (229,172,191).

#e5acbf hex color red value is 229, green value is 172 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e5acbf hue: 0.94 , saturation: 0.52 and the lightness value of e5acbf is 0.79.

The process color (four color CMYK) of #e5acbf color hex is 0.00, 0.25, 0.17, 0.10. Web safe color of #e5acbf is #cc99cc. Color #e5acbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101100 10111111
Octal 345 254 277
Decimal 229 172 191
Hex E5 AC BF

RGB Percentages of Color #e5acbf

%38.68
%29.05
%32.26

CMYK Percentages of Color #e5acbf

%0
%25
%17
%10

Triadic Colors of #e5acbf

#e5acbf #bfe5ac #acbfe5

Analogous Colors of #e5acbf

#e5acbf #e5b6ac #e5acdc

Monochromatic Colors of #e5acbf

#e5acbf

Complementary Color

#e5acbf #ace5d2

#e5acbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5acbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5acbf Color CSS Codes

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

#e5acbf Text Font Color

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

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


#e5acbf Background Color

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

This div background color is #e5acbf


#e5acbf Border Color

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

This div border color is #e5acbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,172,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5acbf


Comments

No comments written yet.

Please login to write comment.