Color Hex Logo

#ebde9d Color Hex

#EBDE9D
(235,222,157)
0 Favorites   0 Comments

Color spaces of #ebde9d

RGB 235222157
HSL0.140.660.77
HSV50°33°92°
CMYK 0.000.060.33   0.08
XYZ66.468072.339042.3579
Yxy72.33900.36690.3993
Hunter Lab85.0523-9.344730.0089
CIE-Lab88.1315-5.035133.5364

#ebde9d color RGB value is (235,222,157).

#ebde9d hex color red value is 235, green value is 222 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ebde9d hue: 0.14 , saturation: 0.66 and the lightness value of ebde9d is 0.77.

The process color (four color CMYK) of #ebde9d color hex is 0.00, 0.06, 0.33, 0.08. Web safe color of #ebde9d is #ffcc99. Color #ebde9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011110 10011101
Octal 353 336 235
Decimal 235 222 157
Hex EB DE 9D

RGB Percentages of Color #ebde9d

%38.27
%36.16
%25.57

CMYK Percentages of Color #ebde9d

%0
%6
%33
%8

Triadic Colors of #ebde9d

#ebde9d #9debde #de9deb

Analogous Colors of #ebde9d

#ebde9d #d1eb9d #ebb79d

Monochromatic Colors of #ebde9d

#ebde9d

Complementary Color

#ebde9d #9daaeb

#ebde9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebde9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebde9d Color CSS Codes

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

#ebde9d Text Font Color

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

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


#ebde9d Background Color

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

This div background color is #ebde9d


#ebde9d Border Color

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

This div border color is #ebde9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebde9d


Comments

No comments written yet.

Please login to write comment.