Color Hex Logo

#ebd87a Color Hex

#EBD87A
(235,216,122)
0 Favorites   0 Comments

Color spaces of #ebd87a

RGB 235216122
HSL0.140.740.70
HSV50°48°92°
CMYK 0.000.080.48   0.08
XYZ62.329768.179028.2871
Yxy68.17900.39250.4294
Hunter Lab82.5706-9.755037.4878
CIE-Lab86.0959-5.669448.4111

#ebd87a color RGB value is (235,216,122).

#ebd87a hex color red value is 235, green value is 216 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ebd87a hue: 0.14 , saturation: 0.74 and the lightness value of ebd87a is 0.70.

The process color (four color CMYK) of #ebd87a color hex is 0.00, 0.08, 0.48, 0.08. Web safe color of #ebd87a is #ffcc66. Color #ebd87a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011000 01111010
Octal 353 330 172
Decimal 235 216 122
Hex EB D8 7A

RGB Percentages of Color #ebd87a

%41.01
%37.70
%21.29

CMYK Percentages of Color #ebd87a

%0
%8
%48
%8

Triadic Colors of #ebd87a

#ebd87a #7aebd8 #d87aeb

Analogous Colors of #ebd87a

#ebd87a #c6eb7a #eba07a

Monochromatic Colors of #ebd87a

#ebd87a

Complementary Color

#ebd87a #7a8deb

#ebd87a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd87a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd87a Color CSS Codes

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

#ebd87a Text Font Color

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

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


#ebd87a Background Color

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

This div background color is #ebd87a


#ebd87a Border Color

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

This div border color is #ebd87a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd87a


Comments

No comments written yet.

Please login to write comment.