Color Hex Logo

#ebdf9e Color Hex

#EBDF9E
(235,223,158)
0 Favorites   0 Comments

Color spaces of #ebdf9e

RGB 235223158
HSL0.140.660.77
HSV51°33°92°
CMYK 0.000.050.33   0.08
XYZ66.820272.906142.8982
Yxy72.90610.36590.3992
Hunter Lab85.3851-9.734329.9817
CIE-Lab88.4029-5.422433.3862

#ebdf9e color RGB value is (235,223,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 10011110
Octal 353 337 236
Decimal 235 223 158
Hex EB DF 9E

RGB Percentages of Color #ebdf9e

%38.15
%36.20
%25.65

CMYK Percentages of Color #ebdf9e

%0
%5
%33
%8

Triadic Colors of #ebdf9e

#ebdf9e #9eebdf #df9eeb

Analogous Colors of #ebdf9e

#ebdf9e #d1eb9e #ebb99e

Monochromatic Colors of #ebdf9e

#ebdf9e

Complementary Color

#ebdf9e #9eaaeb

#ebdf9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdf9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdf9e Color CSS Codes

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

#ebdf9e Text Font Color

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

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


#ebdf9e Background Color

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

This div background color is #ebdf9e


#ebdf9e Border Color

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

This div border color is #ebdf9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdf9e


Comments

No comments written yet.

Please login to write comment.