Color Hex Logo

#ebd92e Color Hex

#EBD92E
(235,217,46)
0 Favorites   0 Comments

Color spaces of #ebd92e

RGB 23521746
HSL0.150.830.55
HSV54°80°92°
CMYK 0.000.080.80   0.08
XYZ59.566967.485112.4712
Yxy67.48510.42690.4837
Hunter Lab82.1493-14.330048.5036
CIE-Lab85.7483-10.686978.2998

#ebd92e color RGB value is (235,217,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011001 00101110
Octal 353 331 56
Decimal 235 217 46
Hex EB D9 2E

RGB Percentages of Color #ebd92e

%47.19
%43.57
%9.24

CMYK Percentages of Color #ebd92e

%0
%8
%80
%8

Triadic Colors of #ebd92e

#ebd92e #2eebd9 #d92eeb

Analogous Colors of #ebd92e

#ebd92e #9feb2e #eb7b2e

Monochromatic Colors of #ebd92e

#ebd92e

Complementary Color

#ebd92e #2e40eb

#ebd92e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd92e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd92e Color CSS Codes

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

#ebd92e Text Font Color

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

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


#ebd92e Background Color

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

This div background color is #ebd92e


#ebd92e Border Color

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

This div border color is #ebd92e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd92e


Comments

No comments written yet.

Please login to write comment.