Color Hex Logo

#e1cdbe Color Hex

#E1CDBE
(225,205,190)
0 Favorites   0 Comments

Color spaces of #e1cdbe

RGB 225205190
HSL0.070.370.81
HSV26°16°88°
CMYK 0.000.090.16   0.12
XYZ62.176963.387957.6732
Yxy63.38790.33930.3459
Hunter Lab79.61650.071512.7826
CIE-Lab83.64614.53499.9826

#e1cdbe color RGB value is (225,205,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001101 10111110
Octal 341 315 276
Decimal 225 205 190
Hex E1 CD BE

RGB Percentages of Color #e1cdbe

%36.29
%33.06
%30.65

CMYK Percentages of Color #e1cdbe

%0
%9
%16
%12

Triadic Colors of #e1cdbe

#e1cdbe #bee1cd #cdbee1

Analogous Colors of #e1cdbe

#e1cdbe #e1dfbe #e1bec1

Monochromatic Colors of #e1cdbe

#e1cdbe

Complementary Color

#e1cdbe #bed2e1

#e1cdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1cdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1cdbe Color CSS Codes

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

#e1cdbe Text Font Color

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

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


#e1cdbe Background Color

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

This div background color is #e1cdbe


#e1cdbe Border Color

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

This div border color is #e1cdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1cdbe


Comments

No comments written yet.

Please login to write comment.