Color Hex Logo

#ebd53b Color Hex

#EBD53B
(235,213,59)
0 Favorites   0 Comments

Color spaces of #ebd53b

RGB 23521359
HSL0.150.810.58
HSV53°75°92°
CMYK 0.000.090.75   0.08
XYZ58.844665.566413.6918
Yxy65.56640.42610.4748
Hunter Lab80.9731-11.983746.6558
CIE-Lab84.7748-8.227073.5506

#ebd53b color RGB value is (235,213,59).

#ebd53b hex color red value is 235, green value is 213 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ebd53b hue: 0.15 , saturation: 0.81 and the lightness value of ebd53b is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010101 00111011
Octal 353 325 73
Decimal 235 213 59
Hex EB D5 3B

RGB Percentages of Color #ebd53b

%46.35
%42.01
%11.64

CMYK Percentages of Color #ebd53b

%0
%9
%75
%8

Triadic Colors of #ebd53b

#ebd53b #3bebd5 #d53beb

Analogous Colors of #ebd53b

#ebd53b #a9eb3b #eb7d3b

Monochromatic Colors of #ebd53b

#ebd53b

Complementary Color

#ebd53b #3b51eb

#ebd53b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd53b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd53b Color CSS Codes

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

#ebd53b Text Font Color

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

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


#ebd53b Background Color

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

This div background color is #ebd53b


#ebd53b Border Color

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

This div border color is #ebd53b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd53b


Comments

No comments written yet.

Please login to write comment.