Color Hex Logo

#e0ccbf Color Hex

#E0CCBF
(224,204,191)
0 Favorites   0 Comments

Color spaces of #e0ccbf

RGB 224204191
HSL0.070.350.81
HSV24°15°88°
CMYK 0.000.090.15   0.12
XYZ61.737362.794658.1569
Yxy62.79460.33790.3437
Hunter Lab79.24300.391911.9569
CIE-Lab83.33424.85388.9938

#e0ccbf color RGB value is (224,204,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001100 10111111
Octal 340 314 277
Decimal 224 204 191
Hex E0 CC BF

RGB Percentages of Color #e0ccbf

%36.19
%32.96
%30.86

CMYK Percentages of Color #e0ccbf

%0
%9
%15
%12

Triadic Colors of #e0ccbf

#e0ccbf #bfe0cc #ccbfe0

Analogous Colors of #e0ccbf

#e0ccbf #e0ddbf #e0bfc3

Monochromatic Colors of #e0ccbf

#e0ccbf

Complementary Color

#e0ccbf #bfd3e0

#e0ccbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0ccbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0ccbf Color CSS Codes

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

#e0ccbf Text Font Color

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

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


#e0ccbf Background Color

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

This div background color is #e0ccbf


#e0ccbf Border Color

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

This div border color is #e0ccbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0ccbf


Comments

No comments written yet.

Please login to write comment.