Color Hex Logo

#ebdf9f Color Hex

#EBDF9F
(235,223,159)
0 Favorites   0 Comments

Color spaces of #ebdf9f

RGB 235223159
HSL0.140.660.77
HSV51°32°92°
CMYK 0.000.050.32   0.08
XYZ66.906672.940743.3535
Yxy72.94070.36520.3981
Hunter Lab85.4053-9.622329.6869
CIE-Lab88.4194-5.302132.8978

#ebdf9f color RGB value is (235,223,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 10011111
Octal 353 337 237
Decimal 235 223 159
Hex EB DF 9F

RGB Percentages of Color #ebdf9f

%38.09
%36.14
%25.77

CMYK Percentages of Color #ebdf9f

%0
%5
%32
%8

Triadic Colors of #ebdf9f

#ebdf9f #9febdf #df9feb

Analogous Colors of #ebdf9f

#ebdf9f #d1eb9f #ebb99f

Monochromatic Colors of #ebdf9f

#ebdf9f

Complementary Color

#ebdf9f #9fabeb

#ebdf9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdf9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdf9f Color CSS Codes

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

#ebdf9f Text Font Color

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

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


#ebdf9f Background Color

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

This div background color is #ebdf9f


#ebdf9f Border Color

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

This div border color is #ebdf9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdf9f


Comments

No comments written yet.

Please login to write comment.