Color Hex Logo

#ebdf9c Color Hex

#EBDF9C
(235,223,156)
0 Favorites   0 Comments

Color spaces of #ebdf9c

RGB 235223156
HSL0.140.660.77
HSV51°34°92°
CMYK 0.000.050.34   0.08
XYZ66.649472.837841.9988
Yxy72.83780.36720.4013
Hunter Lab85.3451-9.956030.5646
CIE-Lab88.3703-5.661034.3619

#ebdf9c color RGB value is (235,223,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 10011100
Octal 353 337 234
Decimal 235 223 156
Hex EB DF 9C

RGB Percentages of Color #ebdf9c

%38.27
%36.32
%25.41

CMYK Percentages of Color #ebdf9c

%0
%5
%34
%8

Triadic Colors of #ebdf9c

#ebdf9c #9cebdf #df9ceb

Analogous Colors of #ebdf9c

#ebdf9c #d0eb9c #ebb89c

Monochromatic Colors of #ebdf9c

#ebdf9c

Complementary Color

#ebdf9c #9ca8eb

#ebdf9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdf9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdf9c Color CSS Codes

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

#ebdf9c Text Font Color

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

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


#ebdf9c Background Color

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

This div background color is #ebdf9c


#ebdf9c Border Color

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

This div border color is #ebdf9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdf9c


Comments

No comments written yet.

Please login to write comment.