Color Hex Logo

#e0ddbf Color Hex

#E0DDBF
(224,221,191)
0 Favorites   0 Comments

Color spaces of #e0ddbf

RGB 224221191
HSL0.150.350.81
HSV55°15°88°
CMYK 0.000.010.15   0.12
XYZ66.000971.321859.5781
Yxy71.32180.33520.3622
Hunter Lab84.4522-8.290517.2895
CIE-Lab87.6411-3.963415.1083

#e0ddbf color RGB value is (224,221,191).

#e0ddbf hex color red value is 224, green value is 221 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e0ddbf hue: 0.15 , saturation: 0.35 and the lightness value of e0ddbf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011101 10111111
Octal 340 335 277
Decimal 224 221 191
Hex E0 DD BF

RGB Percentages of Color #e0ddbf

%35.22
%34.75
%30.03

CMYK Percentages of Color #e0ddbf

%0
%1
%15
%12

Triadic Colors of #e0ddbf

#e0ddbf #bfe0dd #ddbfe0

Analogous Colors of #e0ddbf

#e0ddbf #d3e0bf #e0cdbf

Monochromatic Colors of #e0ddbf

#e0ddbf

Complementary Color

#e0ddbf #bfc2e0

#e0ddbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0ddbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0ddbf Color CSS Codes

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

#e0ddbf Text Font Color

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

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


#e0ddbf Background Color

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

This div background color is #e0ddbf


#e0ddbf Border Color

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

This div border color is #e0ddbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0ddbf


Comments

No comments written yet.

Please login to write comment.