Color Hex Logo

#ebd87d Color Hex

#EBD87D
(235,216,125)
0 Favorites   0 Comments

Color spaces of #ebd87d

RGB 235216125
HSL0.140.730.71
HSV50°47°92°
CMYK 0.000.080.47   0.08
XYZ62.518568.254629.2814
Yxy68.25460.39060.4264
Hunter Lab82.6163-9.501836.8175
CIE-Lab86.1336-5.393846.9981

#ebd87d color RGB value is (235,216,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011000 01111101
Octal 353 330 175
Decimal 235 216 125
Hex EB D8 7D

RGB Percentages of Color #ebd87d

%40.80
%37.50
%21.70

CMYK Percentages of Color #ebd87d

%0
%8
%47
%8

Triadic Colors of #ebd87d

#ebd87d #7debd8 #d87deb

Analogous Colors of #ebd87d

#ebd87d #c7eb7d #eba17d

Monochromatic Colors of #ebd87d

#ebd87d

Complementary Color

#ebd87d #7d90eb

#ebd87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd87d Color CSS Codes

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

#ebd87d Text Font Color

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

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


#ebd87d Background Color

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

This div background color is #ebd87d


#ebd87d Border Color

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

This div border color is #ebd87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd87d


Comments

No comments written yet.

Please login to write comment.