Color Hex Logo

#e0dbbf Color Hex

#E0DBBF
(224,219,191)
0 Favorites   0 Comments

Color spaces of #e0dbbf

RGB 224219191
HSL0.140.350.81
HSV51°15°88°
CMYK 0.000.020.15   0.12
XYZ65.476070.271959.4031
Yxy70.27190.33550.3601
Hunter Lab83.8283-7.278216.6653
CIE-Lab87.1300-2.937414.3875

#e0dbbf color RGB value is (224,219,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011011 10111111
Octal 340 333 277
Decimal 224 219 191
Hex E0 DB BF

RGB Percentages of Color #e0dbbf

%35.33
%34.54
%30.13

CMYK Percentages of Color #e0dbbf

%0
%2
%15
%12

Triadic Colors of #e0dbbf

#e0dbbf #bfe0db #dbbfe0

Analogous Colors of #e0dbbf

#e0dbbf #d5e0bf #e0cbbf

Monochromatic Colors of #e0dbbf

#e0dbbf

Complementary Color

#e0dbbf #bfc4e0

#e0dbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0dbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0dbbf Color CSS Codes

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

#e0dbbf Text Font Color

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

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


#e0dbbf Background Color

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

This div background color is #e0dbbf


#e0dbbf Border Color

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

This div border color is #e0dbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0dbbf


Comments

No comments written yet.

Please login to write comment.