Color Hex Logo

#ebe9dd Color Hex

#EBE9DD
(235,233,221)
0 Favorites   0 Comments

Color spaces of #ebe9dd

RGB 235233221
HSL0.140.260.89
HSV51°92°
CMYK 0.000.010.06   0.08
XYZ76.451081.160580.0427
Yxy81.16050.32170.3415
Hunter Lab90.0891-6.178110.3842
CIE-Lab92.2031-1.39406.0542

#ebe9dd color RGB value is (235,233,221).

#ebe9dd hex color red value is 235, green value is 233 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ebe9dd hue: 0.14 , saturation: 0.26 and the lightness value of ebe9dd is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101001 11011101
Octal 353 351 335
Decimal 235 233 221
Hex EB E9 DD

RGB Percentages of Color #ebe9dd

%34.11
%33.82
%32.08

CMYK Percentages of Color #ebe9dd

%0
%1
%6
%8

Triadic Colors of #ebe9dd

#ebe9dd #ddebe9 #e9ddeb

Analogous Colors of #ebe9dd

#ebe9dd #e6ebdd #ebe2dd

Monochromatic Colors of #ebe9dd

#ebe9dd

Complementary Color

#ebe9dd #dddfeb

#ebe9dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe9dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe9dd Color CSS Codes

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

#ebe9dd Text Font Color

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

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


#ebe9dd Background Color

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

This div background color is #ebe9dd


#ebe9dd Border Color

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

This div border color is #ebe9dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe9dd

#ebe9dd Color Palettes


Comments

No comments written yet.

Please login to write comment.