Color Hex Logo

#ebd87f Color Hex

#EBD87F
(235,216,127)
0 Favorites   0 Comments

Color spaces of #ebd87f

RGB 235216127
HSL0.140.730.71
HSV49°46°92°
CMYK 0.000.080.46   0.08
XYZ62.647668.306229.9612
Yxy68.30620.38930.4245
Hunter Lab82.6476-9.328636.3596
CIE-Lab86.1593-5.205646.0510

#ebd87f color RGB value is (235,216,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011000 01111111
Octal 353 330 177
Decimal 235 216 127
Hex EB D8 7F

RGB Percentages of Color #ebd87f

%40.66
%37.37
%21.97

CMYK Percentages of Color #ebd87f

%0
%8
%46
%8

Triadic Colors of #ebd87f

#ebd87f #7febd8 #d87feb

Analogous Colors of #ebd87f

#ebd87f #c8eb7f #eba27f

Monochromatic Colors of #ebd87f

#ebd87f

Complementary Color

#ebd87f #7f92eb

#ebd87f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd87f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd87f Color CSS Codes

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

#ebd87f Text Font Color

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

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


#ebd87f Background Color

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

This div background color is #ebd87f


#ebd87f Border Color

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

This div border color is #ebd87f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd87f


Comments

No comments written yet.

Please login to write comment.