Color Hex Logo

#ebd20d Color Hex

#EBD20D
(235,210,13)
0 Favorites   0 Comments

Color spaces of #ebd20d

RGB 23521013
HSL0.150.900.49
HSV53°94°92°
CMYK 0.000.110.94   0.08
XYZ57.380263.78449.6681
Yxy63.78440.43860.4875
Hunter Lab79.8651-11.518248.7282
CIE-Lab83.8534-7.820382.9352

#ebd20d color RGB value is (235,210,13).

#ebd20d hex color red value is 235, green value is 210 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ebd20d hue: 0.15 , saturation: 0.90 and the lightness value of ebd20d is 0.49.

The process color (four color CMYK) of #ebd20d color hex is 0.00, 0.11, 0.94, 0.08. Web safe color of #ebd20d is #ffcc00. Color #ebd20d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010010 00001101
Octal 353 322 15
Decimal 235 210 13
Hex EB D2 D

RGB Percentages of Color #ebd20d

%51.31
%45.85
%2.84

CMYK Percentages of Color #ebd20d

%0
%11
%94
%8

Triadic Colors of #ebd20d

#ebd20d #0debd2 #d20deb

Analogous Colors of #ebd20d

#ebd20d #95eb0d #eb630d

Monochromatic Colors of #ebd20d

#ebd20d

Complementary Color

#ebd20d #0d26eb

#ebd20d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd20d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd20d Color CSS Codes

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

#ebd20d Text Font Color

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

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


#ebd20d Background Color

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

This div background color is #ebd20d


#ebd20d Border Color

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

This div border color is #ebd20d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd20d


Comments

No comments written yet.

Please login to write comment.