Color Hex Logo

#e0dfbd Color Hex

#E0DFBD
(224,223,189)
0 Favorites   0 Comments

Color spaces of #e0dfbd

RGB 224223189
HSL0.160.360.81
HSV58°16°88°
CMYK 0.000.000.16   0.12
XYZ66.313572.296858.6037
Yxy72.29680.33630.3666
Hunter Lab85.0275-9.584918.6547
CIE-Lab88.1113-5.291916.8156

#e0dfbd color RGB value is (224,223,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011111 10111101
Octal 340 337 275
Decimal 224 223 189
Hex E0 DF BD

RGB Percentages of Color #e0dfbd

%35.22
%35.06
%29.72

CMYK Percentages of Color #e0dfbd

%0
%0
%16
%12

Triadic Colors of #e0dfbd

#e0dfbd #bde0df #dfbde0

Analogous Colors of #e0dfbd

#e0dfbd #d0e0bd #e0cebd

Monochromatic Colors of #e0dfbd

#e0dfbd

Complementary Color

#e0dfbd #bdbee0

#e0dfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0dfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0dfbd Color CSS Codes

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

#e0dfbd Text Font Color

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

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


#e0dfbd Background Color

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

This div background color is #e0dfbd


#e0dfbd Border Color

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

This div border color is #e0dfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0dfbd


Comments

No comments written yet.

Please login to write comment.