Color Hex Logo

#ebd92a Color Hex

#EBD92A
(235,217,42)
0 Favorites   0 Comments

Color spaces of #ebd92a

RGB 23521742
HSL0.150.830.54
HSV54°82°92°
CMYK 0.000.080.82   0.08
XYZ59.491767.455012.0751
Yxy67.45500.42790.4852
Hunter Lab82.1310-14.432548.7747
CIE-Lab85.7332-10.801879.3131

#ebd92a color RGB value is (235,217,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011001 00101010
Octal 353 331 52
Decimal 235 217 42
Hex EB D9 2A

RGB Percentages of Color #ebd92a

%47.57
%43.93
%8.50

CMYK Percentages of Color #ebd92a

%0
%8
%82
%8

Triadic Colors of #ebd92a

#ebd92a #2aebd9 #d92aeb

Analogous Colors of #ebd92a

#ebd92a #9deb2a #eb792a

Monochromatic Colors of #ebd92a

#ebd92a

Complementary Color

#ebd92a #2a3ceb

#ebd92a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd92a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd92a Color CSS Codes

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

#ebd92a Text Font Color

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

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


#ebd92a Background Color

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

This div background color is #ebd92a


#ebd92a Border Color

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

This div border color is #ebd92a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd92a


Comments

No comments written yet.

Please login to write comment.