Color Hex Logo

#ebda8a Color Hex

#EBDA8A
(235,218,138)
0 Favorites   0 Comments

Color spaces of #ebda8a

RGB 235218138
HSL0.140.710.73
HSV49°41°92°
CMYK 0.000.070.41   0.08
XYZ63.919869.640034.1177
Yxy69.64000.38120.4153
Hunter Lab83.4506-9.314734.1755
CIE-Lab86.8200-5.127541.4331

#ebda8a color RGB value is (235,218,138).

#ebda8a hex color red value is 235, green value is 218 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ebda8a hue: 0.14 , saturation: 0.71 and the lightness value of ebda8a is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011010 10001010
Octal 353 332 212
Decimal 235 218 138
Hex EB DA 8A

RGB Percentages of Color #ebda8a

%39.76
%36.89
%23.35

CMYK Percentages of Color #ebda8a

%0
%7
%41
%8

Triadic Colors of #ebda8a

#ebda8a #8aebda #da8aeb

Analogous Colors of #ebda8a

#ebda8a #cceb8a #ebaa8a

Monochromatic Colors of #ebda8a

#ebda8a

Complementary Color

#ebda8a #8a9beb

#ebda8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebda8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebda8a Color CSS Codes

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

#ebda8a Text Font Color

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

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


#ebda8a Background Color

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

This div background color is #ebda8a


#ebda8a Border Color

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

This div border color is #ebda8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebda8a


Comments

No comments written yet.

Please login to write comment.