Color Hex Logo

#ebdc9c Color Hex

#EBDC9C
(235,220,156)
0 Favorites   0 Comments

Color spaces of #ebdc9c

RGB 235220156
HSL0.140.660.77
HSV49°34°92°
CMYK 0.000.060.34   0.08
XYZ65.854971.248941.7340
Yxy71.24890.36820.3984
Hunter Lab84.4091-8.452429.7719
CIE-Lab87.6058-4.137933.3504

#ebdc9c color RGB value is (235,220,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 10011100
Octal 353 334 234
Decimal 235 220 156
Hex EB DC 9C

RGB Percentages of Color #ebdc9c

%38.46
%36.01
%25.53

CMYK Percentages of Color #ebdc9c

%0
%6
%34
%8

Triadic Colors of #ebdc9c

#ebdc9c #9cebdc #dc9ceb

Analogous Colors of #ebdc9c

#ebdc9c #d3eb9c #ebb59c

Monochromatic Colors of #ebdc9c

#ebdc9c

Complementary Color

#ebdc9c #9cabeb

#ebdc9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdc9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdc9c Color CSS Codes

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

#ebdc9c Text Font Color

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

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


#ebdc9c Background Color

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

This div background color is #ebdc9c


#ebdc9c Border Color

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

This div border color is #ebdc9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdc9c

#ebdc9c Color Palettes


Comments

No comments written yet.

Please login to write comment.