Color Hex Logo

#e5cdba Color Hex

#E5CDBA
(229,205,186)
0 Favorites   0 Comments

Color spaces of #e5cdba

RGB 229205186
HSL0.070.450.81
HSV27°19°90°
CMYK 0.000.100.19   0.10
XYZ63.007363.865855.4609
Yxy63.86580.34560.3503
Hunter Lab79.91610.879514.7946
CIE-Lab83.89585.382012.5095

#e5cdba color RGB value is (229,205,186).

#e5cdba hex color red value is 229, green value is 205 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e5cdba hue: 0.07 , saturation: 0.45 and the lightness value of e5cdba is 0.81.

The process color (four color CMYK) of #e5cdba color hex is 0.00, 0.10, 0.19, 0.10. Web safe color of #e5cdba is #cccccc. Color #e5cdba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11001101 10111010
Octal 345 315 272
Decimal 229 205 186
Hex E5 CD BA

RGB Percentages of Color #e5cdba

%36.94
%33.06
%30.00

CMYK Percentages of Color #e5cdba

%0
%10
%19
%10

Triadic Colors of #e5cdba

#e5cdba #bae5cd #cdbae5

Analogous Colors of #e5cdba

#e5cdba #e5e3ba #e5babd

Monochromatic Colors of #e5cdba

#e5cdba

Complementary Color

#e5cdba #bad2e5

#e5cdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5cdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5cdba Color CSS Codes

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

#e5cdba Text Font Color

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

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


#e5cdba Background Color

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

This div background color is #e5cdba


#e5cdba Border Color

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

This div border color is #e5cdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5cdba


Comments

No comments written yet.

Please login to write comment.