Color Hex Logo

#e4bdb1 Color Hex

#E4BDB1
(228,189,177)
0 Favorites   0 Comments

Color spaces of #e4bdb1

RGB 228189177
HSL0.040.490.79
HSV14°22°89°
CMYK 0.000.170.22   0.11
XYZ58.128356.063549.3526
Yxy56.06350.35540.3428
Hunter Lab74.87567.543013.3332
CIE-Lab79.649912.126511.2823

#e4bdb1 color RGB value is (228,189,177).

#e4bdb1 hex color red value is 228, green value is 189 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #e4bdb1 hue: 0.04 , saturation: 0.49 and the lightness value of e4bdb1 is 0.79.

The process color (four color CMYK) of #e4bdb1 color hex is 0.00, 0.17, 0.22, 0.11. Web safe color of #e4bdb1 is #cccc99. Color #e4bdb1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10111101 10110001
Octal 344 275 261
Decimal 228 189 177
Hex E4 BD B1

RGB Percentages of Color #e4bdb1

%38.38
%31.82
%29.80

CMYK Percentages of Color #e4bdb1

%0
%17
%22
%11

Triadic Colors of #e4bdb1

#e4bdb1 #b1e4bd #bdb1e4

Analogous Colors of #e4bdb1

#e4bdb1 #e4d7b1 #e4b1bf

Monochromatic Colors of #e4bdb1

#e4bdb1

Complementary Color

#e4bdb1 #b1d8e4

#e4bdb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4bdb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4bdb1 Color CSS Codes

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

#e4bdb1 Text Font Color

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

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


#e4bdb1 Background Color

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

This div background color is #e4bdb1


#e4bdb1 Border Color

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

This div border color is #e4bdb1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,189,177, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4bdb1


Comments

No comments written yet.

Please login to write comment.