Color Hex Logo

#ebda9a Color Hex

#EBDA9A
(235,218,154)
0 Favorites   0 Comments

Color spaces of #ebda9a

RGB 235218154
HSL0.130.670.76
HSV47°34°92°
CMYK 0.000.070.34   0.08
XYZ65.165170.138140.6753
Yxy70.13810.37030.3986
Hunter Lab83.7485-7.668229.8277
CIE-Lab87.0646-3.355133.6563

#ebda9a color RGB value is (235,218,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011010 10011010
Octal 353 332 232
Decimal 235 218 154
Hex EB DA 9A

RGB Percentages of Color #ebda9a

%38.71
%35.91
%25.37

CMYK Percentages of Color #ebda9a

%0
%7
%34
%8

Triadic Colors of #ebda9a

#ebda9a #9aebda #da9aeb

Analogous Colors of #ebda9a

#ebda9a #d4eb9a #ebb29a

Monochromatic Colors of #ebda9a

#ebda9a

Complementary Color

#ebda9a #9aabeb

#ebda9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebda9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebda9a Color CSS Codes

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

#ebda9a Text Font Color

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

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


#ebda9a Background Color

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

This div background color is #ebda9a


#ebda9a Border Color

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

This div border color is #ebda9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebda9a


Comments

No comments written yet.

Please login to write comment.