Color Hex Logo

#e1ccba Color Hex

#E1CCBA
(225,204,186)
0 Favorites   0 Comments

Color spaces of #e1ccba

RGB 225204186
HSL0.080.390.81
HSV28°17°88°
CMYK 0.000.090.17   0.12
XYZ61.507162.738555.3223
Yxy62.73850.34250.3494
Hunter Lab79.2076-0.002814.0345
CIE-Lab83.30464.442511.6232

#e1ccba color RGB value is (225,204,186).

#e1ccba hex color red value is 225, green value is 204 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e1ccba hue: 0.08 , saturation: 0.39 and the lightness value of e1ccba is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001100 10111010
Octal 341 314 272
Decimal 225 204 186
Hex E1 CC BA

RGB Percentages of Color #e1ccba

%36.59
%33.17
%30.24

CMYK Percentages of Color #e1ccba

%0
%9
%17
%12

Triadic Colors of #e1ccba

#e1ccba #bae1cc #ccbae1

Analogous Colors of #e1ccba

#e1ccba #e1e0ba #e1babc

Monochromatic Colors of #e1ccba

#e1ccba

Complementary Color

#e1ccba #bacfe1

#e1ccba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1ccba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1ccba Color CSS Codes

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

#e1ccba Text Font Color

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

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


#e1ccba Background Color

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

This div background color is #e1ccba


#e1ccba Border Color

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

This div border color is #e1ccba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1ccba


Comments

No comments written yet.

Please login to write comment.