Color Hex Logo

#ebdeb9 Color Hex

#EBDEB9
(235,222,185)
0 Favorites   0 Comments

Color spaces of #ebdeb9

RGB 235222185
HSL0.120.560.82
HSV44°21°92°
CMYK 0.000.060.21   0.08
XYZ69.139273.407556.4240
Yxy73.40750.34750.3689
Hunter Lab85.6782-5.893720.9289
CIE-Lab88.6417-1.366919.7727

#ebdeb9 color RGB value is (235,222,185).

#ebdeb9 hex color red value is 235, green value is 222 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #ebdeb9 hue: 0.12 , saturation: 0.56 and the lightness value of ebdeb9 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011110 10111001
Octal 353 336 271
Decimal 235 222 185
Hex EB DE B9

RGB Percentages of Color #ebdeb9

%36.60
%34.58
%28.82

CMYK Percentages of Color #ebdeb9

%0
%6
%21
%8

Triadic Colors of #ebdeb9

#ebdeb9 #b9ebde #deb9eb

Analogous Colors of #ebdeb9

#ebdeb9 #dfebb9 #ebc5b9

Monochromatic Colors of #ebdeb9

#ebdeb9

Complementary Color

#ebdeb9 #b9c6eb

#ebdeb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdeb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdeb9 Color CSS Codes

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

#ebdeb9 Text Font Color

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

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


#ebdeb9 Background Color

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

This div background color is #ebdeb9


#ebdeb9 Border Color

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

This div border color is #ebdeb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdeb9


Comments

No comments written yet.

Please login to write comment.