Color Hex Logo

#ebe6dd Color Hex

#EBE6DD
(235,230,221)
0 Favorites   0 Comments

Color spaces of #ebe6dd

RGB 235230221
HSL0.110.260.89
HSV39°92°
CMYK 0.000.020.06   0.08
XYZ75.608979.476379.7620
Yxy79.47630.32190.3384
Hunter Lab89.1495-4.62339.3579
CIE-Lab91.44940.14114.9660

#ebe6dd color RGB value is (235,230,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100110 11011101
Octal 353 346 335
Decimal 235 230 221
Hex EB E6 DD

RGB Percentages of Color #ebe6dd

%34.26
%33.53
%32.22

CMYK Percentages of Color #ebe6dd

%0
%2
%6
%8

Triadic Colors of #ebe6dd

#ebe6dd #ddebe6 #e6ddeb

Analogous Colors of #ebe6dd

#ebe6dd #e9ebdd #ebdfdd

Monochromatic Colors of #ebe6dd

#ebe6dd

Complementary Color

#ebe6dd #dde2eb

#ebe6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe6dd Color CSS Codes

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

#ebe6dd Text Font Color

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

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


#ebe6dd Background Color

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

This div background color is #ebe6dd


#ebe6dd Border Color

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

This div border color is #ebe6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe6dd


Comments

No comments written yet.

Please login to write comment.