Color Hex Logo

#e1cdb2 Color Hex

#E1CDB2
(225,205,178)
0 Favorites   0 Comments

Color spaces of #e1cdb2

RGB 225205178
HSL0.100.440.79
HSV34°21°88°
CMYK 0.000.090.21   0.12
XYZ60.918562.884551.0467
Yxy62.88450.34840.3596
Hunter Lab79.2997-1.649917.3438
CIE-Lab83.38162.726815.9780

#e1cdb2 color RGB value is (225,205,178).

#e1cdb2 hex color red value is 225, green value is 205 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #e1cdb2 hue: 0.10 , saturation: 0.44 and the lightness value of e1cdb2 is 0.79.

The process color (four color CMYK) of #e1cdb2 color hex is 0.00, 0.09, 0.21, 0.12. Web safe color of #e1cdb2 is #cccc99. Color #e1cdb2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001101 10110010
Octal 341 315 262
Decimal 225 205 178
Hex E1 CD B2

RGB Percentages of Color #e1cdb2

%37.01
%33.72
%29.28

CMYK Percentages of Color #e1cdb2

%0
%9
%21
%12

Triadic Colors of #e1cdb2

#e1cdb2 #b2e1cd #cdb2e1

Analogous Colors of #e1cdb2

#e1cdb2 #dee1b2 #e1b6b2

Monochromatic Colors of #e1cdb2

#e1cdb2

Complementary Color

#e1cdb2 #b2c6e1

#e1cdb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1cdb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1cdb2 Color CSS Codes

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

#e1cdb2 Text Font Color

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

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


#e1cdb2 Background Color

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

This div background color is #e1cdb2


#e1cdb2 Border Color

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

This div border color is #e1cdb2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,205,178, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1cdb2


Comments

No comments written yet.

Please login to write comment.