Color Hex Logo

#ebe7dc Color Hex

#EBE7DC
(235,231,220)
1 Favorites   0 Comments

Color spaces of #ebe7dc

RGB 235231220
HSL0.120.270.89
HSV44°92°
CMYK 0.000.020.06   0.08
XYZ75.755179.981379.1554
Yxy79.98130.32250.3405
Hunter Lab89.4323-5.305010.1257
CIE-Lab91.6765-0.53945.8158

#ebe7dc color RGB value is (235,231,220).

#ebe7dc hex color red value is 235, green value is 231 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ebe7dc hue: 0.12 , saturation: 0.27 and the lightness value of ebe7dc is 0.89.

The process color (four color CMYK) of #ebe7dc color hex is 0.00, 0.02, 0.06, 0.08. Web safe color of #ebe7dc is #ffffcc. Color #ebe7dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100111 11011100
Octal 353 347 334
Decimal 235 231 220
Hex EB E7 DC

RGB Percentages of Color #ebe7dc

%34.26
%33.67
%32.07

CMYK Percentages of Color #ebe7dc

%0
%2
%6
%8

Triadic Colors of #ebe7dc

#ebe7dc #dcebe7 #e7dceb

Analogous Colors of #ebe7dc

#ebe7dc #e8ebdc #ebe0dc

Monochromatic Colors of #ebe7dc

#ebe7dc

Complementary Color

#ebe7dc #dce0eb

#ebe7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe7dc Color CSS Codes

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

#ebe7dc Text Font Color

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

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


#ebe7dc Background Color

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

This div background color is #ebe7dc


#ebe7dc Border Color

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

This div border color is #ebe7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe7dc


Comments

No comments written yet.

Please login to write comment.