Color Hex Logo

#ebd420 Color Hex

#EBD420
(235,212,32)
0 Favorites   0 Comments

Color spaces of #ebd420

RGB 23521232
HSL0.150.840.52
HSV53°86°92°
CMYK 0.000.100.86   0.08
XYZ58.065164.853410.8241
Yxy64.85340.43420.4849
Hunter Lab80.5316-12.227848.4031
CIE-Lab84.4081-8.536880.4685

#ebd420 color RGB value is (235,212,32).

#ebd420 hex color red value is 235, green value is 212 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #ebd420 hue: 0.15 , saturation: 0.84 and the lightness value of ebd420 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010100 00100000
Octal 353 324 40
Decimal 235 212 32
Hex EB D4 20

RGB Percentages of Color #ebd420

%49.06
%44.26
%6.68

CMYK Percentages of Color #ebd420

%0
%10
%86
%8

Triadic Colors of #ebd420

#ebd420 #20ebd4 #d420eb

Analogous Colors of #ebd420

#ebd420 #9deb20 #eb6f20

Monochromatic Colors of #ebd420

#ebd420

Complementary Color

#ebd420 #2037eb

#ebd420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd420 Color CSS Codes

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

#ebd420 Text Font Color

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

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


#ebd420 Background Color

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

This div background color is #ebd420


#ebd420 Border Color

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

This div border color is #ebd420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd420


Comments

No comments written yet.

Please login to write comment.