Color Hex Logo

#ebe0cc Color Hex

#EBE0CC
(235,224,204)
0 Favorites   0 Comments

Color spaces of #ebe0cc

RGB 235224204
HSL0.110.440.86
HSV39°13°92°
CMYK 0.000.050.13   0.08
XYZ71.815775.333167.8824
Yxy75.33310.33400.3503
Hunter Lab86.7946-4.196014.3853
CIE-Lab89.54880.452511.1251

#ebe0cc color RGB value is (235,224,204).

#ebe0cc hex color red value is 235, green value is 224 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ebe0cc hue: 0.11 , saturation: 0.44 and the lightness value of ebe0cc is 0.86.

The process color (four color CMYK) of #ebe0cc color hex is 0.00, 0.05, 0.13, 0.08. Web safe color of #ebe0cc is #ffcccc. Color #ebe0cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100000 11001100
Octal 353 340 314
Decimal 235 224 204
Hex EB E0 CC

RGB Percentages of Color #ebe0cc

%35.44
%33.79
%30.77

CMYK Percentages of Color #ebe0cc

%0
%5
%13
%8

Triadic Colors of #ebe0cc

#ebe0cc #ccebe0 #e0cceb

Analogous Colors of #ebe0cc

#ebe0cc #e7ebcc #ebd1cc

Monochromatic Colors of #ebe0cc

#ebe0cc

Complementary Color

#ebe0cc #ccd7eb

#ebe0cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe0cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe0cc Color CSS Codes

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

#ebe0cc Text Font Color

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

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


#ebe0cc Background Color

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

This div background color is #ebe0cc


#ebe0cc Border Color

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

This div border color is #ebe0cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,224,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe0cc

#ebe0cc Color Palettes


Comments

No comments written yet.

Please login to write comment.