Color Hex Logo

#ebdd9e Color Hex

#EBDD9E
(235,221,158)
0 Favorites   0 Comments

Color spaces of #ebdd9e

RGB 235221158
HSL0.140.660.77
HSV49°33°92°
CMYK 0.000.060.33   0.08
XYZ66.289071.843742.7212
Yxy71.84370.36650.3972
Hunter Lab84.7607-8.731229.4490
CIE-Lab87.8933-4.407132.7095

#ebdd9e color RGB value is (235,221,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011101 10011110
Octal 353 335 236
Decimal 235 221 158
Hex EB DD 9E

RGB Percentages of Color #ebdd9e

%38.27
%35.99
%25.73

CMYK Percentages of Color #ebdd9e

%0
%6
%33
%8

Triadic Colors of #ebdd9e

#ebdd9e #9eebdd #dd9eeb

Analogous Colors of #ebdd9e

#ebdd9e #d3eb9e #ebb79e

Monochromatic Colors of #ebdd9e

#ebdd9e

Complementary Color

#ebdd9e #9eaceb

#ebdd9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdd9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdd9e Color CSS Codes

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

#ebdd9e Text Font Color

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

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


#ebdd9e Background Color

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

This div background color is #ebdd9e


#ebdd9e Border Color

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

This div border color is #ebdd9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdd9e


Comments

No comments written yet.

Please login to write comment.