Color Hex Logo

#ebdfa9 Color Hex

#EBDFA9
(235,223,169)
0 Favorites   0 Comments

Color spaces of #ebdfa9

RGB 235223169
HSL0.140.620.79
HSV49°28°92°
CMYK 0.000.050.28   0.08
XYZ67.810173.302148.1109
Yxy73.30210.35840.3874
Hunter Lab85.6166-8.453626.6146
CIE-Lab88.5916-4.051127.9983

#ebdfa9 color RGB value is (235,223,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 10101001
Octal 353 337 251
Decimal 235 223 169
Hex EB DF A9

RGB Percentages of Color #ebdfa9

%37.48
%35.57
%26.95

CMYK Percentages of Color #ebdfa9

%0
%5
%28
%8

Triadic Colors of #ebdfa9

#ebdfa9 #a9ebdf #dfa9eb

Analogous Colors of #ebdfa9

#ebdfa9 #d6eba9 #ebbea9

Monochromatic Colors of #ebdfa9

#ebdfa9

Complementary Color

#ebdfa9 #a9b5eb

#ebdfa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdfa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdfa9 Color CSS Codes

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

#ebdfa9 Text Font Color

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

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


#ebdfa9 Background Color

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

This div background color is #ebdfa9


#ebdfa9 Border Color

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

This div border color is #ebdfa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdfa9


Comments

No comments written yet.

Please login to write comment.