Color Hex Logo

#e1dfbf Color Hex

#E1DFBF
(225,223,191)
0 Favorites   0 Comments

Color spaces of #e1dfbf

RGB 225223191
HSL0.160.360.82
HSV56°15°88°
CMYK 0.000.010.15   0.12
XYZ66.843072.544559.7697
Yxy72.54450.33560.3643
Hunter Lab85.1731-8.967818.0147
CIE-Lab88.2300-4.626715.9485

#e1dfbf color RGB value is (225,223,191).

#e1dfbf hex color red value is 225, green value is 223 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e1dfbf hue: 0.16 , saturation: 0.36 and the lightness value of e1dfbf is 0.82.

The process color (four color CMYK) of #e1dfbf color hex is 0.00, 0.01, 0.15, 0.12. Web safe color of #e1dfbf is #cccccc. Color #e1dfbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011111 10111111
Octal 341 337 277
Decimal 225 223 191
Hex E1 DF BF

RGB Percentages of Color #e1dfbf

%35.21
%34.90
%29.89

CMYK Percentages of Color #e1dfbf

%0
%1
%15
%12

Triadic Colors of #e1dfbf

#e1dfbf #bfe1df #dfbfe1

Analogous Colors of #e1dfbf

#e1dfbf #d2e1bf #e1cebf

Monochromatic Colors of #e1dfbf

#e1dfbf

Complementary Color

#e1dfbf #bfc1e1

#e1dfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dfbf Color CSS Codes

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

#e1dfbf Text Font Color

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

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


#e1dfbf Background Color

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

This div background color is #e1dfbf


#e1dfbf Border Color

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

This div border color is #e1dfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dfbf


Comments

No comments written yet.

Please login to write comment.