Color Hex Logo

#e4bdad Color Hex

#E4BDAD
(228,189,173)
0 Favorites   0 Comments

Color spaces of #e4bdad

RGB 228189173
HSL0.050.500.79
HSV17°24°89°
CMYK 0.000.170.24   0.11
XYZ57.735355.906347.2832
Yxy55.90630.35880.3474
Hunter Lab74.77056.983314.8457
CIE-Lab79.560511.553613.3061

#e4bdad color RGB value is (228,189,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10111101 10101101
Octal 344 275 255
Decimal 228 189 173
Hex E4 BD AD

RGB Percentages of Color #e4bdad

%38.64
%32.03
%29.32

CMYK Percentages of Color #e4bdad

%0
%17
%24
%11

Triadic Colors of #e4bdad

#e4bdad #ade4bd #bdade4

Analogous Colors of #e4bdad

#e4bdad #e4d9ad #e4adb9

Monochromatic Colors of #e4bdad

#e4bdad

Complementary Color

#e4bdad #add4e4

#e4bdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4bdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4bdad Color CSS Codes

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

#e4bdad Text Font Color

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

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


#e4bdad Background Color

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

This div background color is #e4bdad


#e4bdad Border Color

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

This div border color is #e4bdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4bdad


Comments

No comments written yet.

Please login to write comment.