Color Hex Logo

#ebdf9a Color Hex

#EBDF9A
(235,223,154)
0 Favorites   0 Comments

Color spaces of #ebdf9a

RGB 235223154
HSL0.140.670.76
HSV51°34°92°
CMYK 0.000.050.34   0.08
XYZ66.481472.770641.1140
Yxy72.77060.36860.4035
Hunter Lab85.3057-10.174331.1385
CIE-Lab88.3382-5.896235.3362

#ebdf9a color RGB value is (235,223,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 10011010
Octal 353 337 232
Decimal 235 223 154
Hex EB DF 9A

RGB Percentages of Color #ebdf9a

%38.40
%36.44
%25.16

CMYK Percentages of Color #ebdf9a

%0
%5
%34
%8

Triadic Colors of #ebdf9a

#ebdf9a #9aebdf #df9aeb

Analogous Colors of #ebdf9a

#ebdf9a #cfeb9a #ebb79a

Monochromatic Colors of #ebdf9a

#ebdf9a

Complementary Color

#ebdf9a #9aa6eb

#ebdf9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdf9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdf9a Color CSS Codes

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

#ebdf9a Text Font Color

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

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


#ebdf9a Background Color

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

This div background color is #ebdf9a


#ebdf9a Border Color

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

This div border color is #ebdf9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdf9a

#ebdf9a Color Palettes


Comments

No comments written yet.

Please login to write comment.