Color Hex Logo

#ebd524 Color Hex

#EBD524
(235,213,36)
0 Favorites   0 Comments

Color spaces of #ebd524

RGB 23521336
HSL0.150.830.53
HSV53°85°92°
CMYK 0.000.090.85   0.08
XYZ58.373665.378011.2117
Yxy65.37800.43250.4844
Hunter Lab80.8567-12.633048.3784
CIE-Lab84.6781-8.950679.8411

#ebd524 color RGB value is (235,213,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010101 00100100
Octal 353 325 44
Decimal 235 213 36
Hex EB D5 24

RGB Percentages of Color #ebd524

%48.55
%44.01
%7.44

CMYK Percentages of Color #ebd524

%0
%9
%85
%8

Triadic Colors of #ebd524

#ebd524 #24ebd5 #d524eb

Analogous Colors of #ebd524

#ebd524 #9eeb24 #eb7224

Monochromatic Colors of #ebd524

#ebd524

Complementary Color

#ebd524 #243aeb

#ebd524 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd524 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd524 Color CSS Codes

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

#ebd524 Text Font Color

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

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


#ebd524 Background Color

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

This div background color is #ebd524


#ebd524 Border Color

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

This div border color is #ebd524


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd524


Comments

No comments written yet.

Please login to write comment.