Color Hex Logo

#ebe2dd Color Hex

#EBE2DD
(235,226,221)
0 Favorites   0 Comments

Color spaces of #ebe2dd

RGB 235226221
HSL0.060.260.89
HSV21°92°
CMYK 0.000.040.06   0.08
XYZ74.508577.275379.3952
Yxy77.27530.32230.3343
Hunter Lab87.9064-2.54157.9850
CIE-Lab90.44822.19813.5166

#ebe2dd color RGB value is (235,226,221).

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

The process color (four color CMYK) of #ebe2dd color hex is 0.00, 0.04, 0.06, 0.08. Web safe color of #ebe2dd is #ffcccc. Color #ebe2dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100010 11011101
Octal 353 342 335
Decimal 235 226 221
Hex EB E2 DD

RGB Percentages of Color #ebe2dd

%34.46
%33.14
%32.40

CMYK Percentages of Color #ebe2dd

%0
%4
%6
%8

Triadic Colors of #ebe2dd

#ebe2dd #ddebe2 #e2ddeb

Analogous Colors of #ebe2dd

#ebe2dd #ebe9dd #ebdddf

Monochromatic Colors of #ebe2dd

#ebe2dd

Complementary Color

#ebe2dd #dde6eb

#ebe2dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe2dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe2dd Color CSS Codes

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

#ebe2dd Text Font Color

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

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


#ebe2dd Background Color

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

This div background color is #ebe2dd


#ebe2dd Border Color

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

This div border color is #ebe2dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe2dd

#ebe2dd Color Palettes


Comments

No comments written yet.

Please login to write comment.