Color Hex Logo

#ebd60d Color Hex

#EBD60D
(235,214,13)
0 Favorites   0 Comments

Color spaces of #ebd60d

RGB 23521413
HSL0.150.900.49
HSV54°94°92°
CMYK 0.000.090.94   0.08
XYZ58.380265.784410.0015
Yxy65.78440.43510.4903
Hunter Lab81.1076-13.456349.4642
CIE-Lab84.8863-9.831983.7021

#ebd60d color RGB value is (235,214,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010110 00001101
Octal 353 326 15
Decimal 235 214 13
Hex EB D6 D

RGB Percentages of Color #ebd60d

%50.87
%46.32
%2.81

CMYK Percentages of Color #ebd60d

%0
%9
%94
%8

Triadic Colors of #ebd60d

#ebd60d #0debd6 #d60deb

Analogous Colors of #ebd60d

#ebd60d #91eb0d #eb670d

Monochromatic Colors of #ebd60d

#ebd60d

Complementary Color

#ebd60d #0d22eb

#ebd60d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd60d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd60d Color CSS Codes

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

#ebd60d Text Font Color

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

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


#ebd60d Background Color

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

This div background color is #ebd60d


#ebd60d Border Color

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

This div border color is #ebd60d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,214,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 #ebd60d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd60d


Comments

No comments written yet.

Please login to write comment.