Color Hex Logo

#e1cbbd Color Hex

#E1CBBD
(225,203,189)
0 Favorites   0 Comments

Color spaces of #e1cbbd

RGB 225203189
HSL0.060.380.81
HSV23°16°88°
CMYK 0.000.100.16   0.12
XYZ61.592662.393556.9410
Yxy62.39350.34040.3449
Hunter Lab78.98960.954812.5525
CIE-Lab83.12225.42899.7672

#e1cbbd color RGB value is (225,203,189).

#e1cbbd hex color red value is 225, green value is 203 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e1cbbd hue: 0.06 , saturation: 0.38 and the lightness value of e1cbbd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001011 10111101
Octal 341 313 275
Decimal 225 203 189
Hex E1 CB BD

RGB Percentages of Color #e1cbbd

%36.47
%32.90
%30.63

CMYK Percentages of Color #e1cbbd

%0
%10
%16
%12

Triadic Colors of #e1cbbd

#e1cbbd #bde1cb #cbbde1

Analogous Colors of #e1cbbd

#e1cbbd #e1ddbd #e1bdc1

Monochromatic Colors of #e1cbbd

#e1cbbd

Complementary Color

#e1cbbd #bdd3e1

#e1cbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1cbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1cbbd Color CSS Codes

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

#e1cbbd Text Font Color

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

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


#e1cbbd Background Color

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

This div background color is #e1cbbd


#e1cbbd Border Color

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

This div border color is #e1cbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1cbbd

#e1cbbd Color Palettes


Comments

No comments written yet.

Please login to write comment.