Color Hex Logo

#e4bdba Color Hex

#E4BDBA
(228,189,186)
0 Favorites   0 Comments

Color spaces of #e4bdba

RGB 228189186
HSL0.010.440.81
HSV18°89°
CMYK 0.000.170.18   0.11
XYZ59.055456.434354.2347
Yxy56.43430.34790.3325
Hunter Lab75.12288.85739.7817
CIE-Lab79.860413.46406.7376

#e4bdba color RGB value is (228,189,186).

#e4bdba hex color red value is 228, green value is 189 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e4bdba hue: 0.01 , saturation: 0.44 and the lightness value of e4bdba is 0.81.

The process color (four color CMYK) of #e4bdba color hex is 0.00, 0.17, 0.18, 0.11. Web safe color of #e4bdba is #cccccc. Color #e4bdba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10111101 10111010
Octal 344 275 272
Decimal 228 189 186
Hex E4 BD BA

RGB Percentages of Color #e4bdba

%37.81
%31.34
%30.85

CMYK Percentages of Color #e4bdba

%0
%17
%18
%11

Triadic Colors of #e4bdba

#e4bdba #bae4bd #bdbae4

Analogous Colors of #e4bdba

#e4bdba #e4d2ba #e4bacc

Monochromatic Colors of #e4bdba

#e4bdba

Complementary Color

#e4bdba #bae1e4

#e4bdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4bdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4bdba Color CSS Codes

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

#e4bdba Text Font Color

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

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


#e4bdba Background Color

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

This div background color is #e4bdba


#e4bdba Border Color

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

This div border color is #e4bdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4bdba


Comments

No comments written yet.

Please login to write comment.