Color Hex Logo

#ebd87b Color Hex

#EBD87B
(235,216,123)
0 Favorites   0 Comments

Color spaces of #ebd87b

RGB 235216123
HSL0.140.740.70
HSV50°48°92°
CMYK 0.000.080.48   0.08
XYZ62.392068.204028.6152
Yxy68.20400.39190.4284
Hunter Lab82.5857-9.671537.2666
CIE-Lab86.1084-5.578547.9411

#ebd87b color RGB value is (235,216,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011000 01111011
Octal 353 330 173
Decimal 235 216 123
Hex EB D8 7B

RGB Percentages of Color #ebd87b

%40.94
%37.63
%21.43

CMYK Percentages of Color #ebd87b

%0
%8
%48
%8

Triadic Colors of #ebd87b

#ebd87b #7bebd8 #d87beb

Analogous Colors of #ebd87b

#ebd87b #c6eb7b #eba07b

Monochromatic Colors of #ebd87b

#ebd87b

Complementary Color

#ebd87b #7b8eeb

#ebd87b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd87b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd87b Color CSS Codes

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

#ebd87b Text Font Color

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

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


#ebd87b Background Color

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

This div background color is #ebd87b


#ebd87b Border Color

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

This div border color is #ebd87b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd87b


Comments

No comments written yet.

Please login to write comment.