Color Hex Logo

#ebd92f Color Hex

#EBD92F
(235,217,47)
0 Favorites   0 Comments

Color spaces of #ebd92f

RGB 23521747
HSL0.150.820.55
HSV54°80°92°
CMYK 0.000.080.80   0.08
XYZ59.586967.493112.5762
Yxy67.49310.42670.4833
Hunter Lab82.1542-14.302848.4318
CIE-Lab85.7523-10.656378.0349

#ebd92f color RGB value is (235,217,47).

#ebd92f hex color red value is 235, green value is 217 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ebd92f hue: 0.15 , saturation: 0.82 and the lightness value of ebd92f is 0.55.

The process color (four color CMYK) of #ebd92f color hex is 0.00, 0.08, 0.80, 0.08. Web safe color of #ebd92f is #ffcc33. Color #ebd92f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011001 00101111
Octal 353 331 57
Decimal 235 217 47
Hex EB D9 2F

RGB Percentages of Color #ebd92f

%47.09
%43.49
%9.42

CMYK Percentages of Color #ebd92f

%0
%8
%80
%8

Triadic Colors of #ebd92f

#ebd92f #2febd9 #d92feb

Analogous Colors of #ebd92f

#ebd92f #9feb2f #eb7b2f

Monochromatic Colors of #ebd92f

#ebd92f

Complementary Color

#ebd92f #2f41eb

#ebd92f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd92f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd92f Color CSS Codes

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

#ebd92f Text Font Color

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

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


#ebd92f Background Color

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

This div background color is #ebd92f


#ebd92f Border Color

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

This div border color is #ebd92f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd92f


Comments

No comments written yet.

Please login to write comment.