Color Hex Logo

#ebd97f Color Hex

#EBD97F
(235,217,127)
0 Favorites   0 Comments

Color spaces of #ebd97f

RGB 235217127
HSL0.140.730.71
HSV50°46°92°
CMYK 0.000.080.46   0.08
XYZ62.904668.820230.0469
Yxy68.82020.38880.4254
Hunter Lab82.9579-9.825036.5961
CIE-Lab86.4149-5.713146.3678

#ebd97f color RGB value is (235,217,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011001 01111111
Octal 353 331 177
Decimal 235 217 127
Hex EB D9 7F

RGB Percentages of Color #ebd97f

%40.59
%37.48
%21.93

CMYK Percentages of Color #ebd97f

%0
%8
%46
%8

Triadic Colors of #ebd97f

#ebd97f #7febd9 #d97feb

Analogous Colors of #ebd97f

#ebd97f #c7eb7f #eba37f

Monochromatic Colors of #ebd97f

#ebd97f

Complementary Color

#ebd97f #7f91eb

#ebd97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd97f Color CSS Codes

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

#ebd97f Text Font Color

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

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


#ebd97f Background Color

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

This div background color is #ebd97f


#ebd97f Border Color

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

This div border color is #ebd97f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,217,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 #ebd97f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd97f


Comments

No comments written yet.

Please login to write comment.