Color Hex Logo

#ebd30d Color Hex

#EBD30D
(235,211,13)
0 Favorites   0 Comments

Color spaces of #ebd30d

RGB 23521113
HSL0.150.900.49
HSV54°94°92°
CMYK 0.000.100.94   0.08
XYZ57.627964.27989.7507
Yxy64.27980.43770.4882
Hunter Lab80.1747-12.003648.9115
CIE-Lab84.1112-8.324583.1264

#ebd30d color RGB value is (235,211,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010011 00001101
Octal 353 323 15
Decimal 235 211 13
Hex EB D3 D

RGB Percentages of Color #ebd30d

%51.20
%45.97
%2.83

CMYK Percentages of Color #ebd30d

%0
%10
%94
%8

Triadic Colors of #ebd30d

#ebd30d #0debd3 #d30deb

Analogous Colors of #ebd30d

#ebd30d #94eb0d #eb640d

Monochromatic Colors of #ebd30d

#ebd30d

Complementary Color

#ebd30d #0d25eb

#ebd30d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd30d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd30d Color CSS Codes

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

#ebd30d Text Font Color

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

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


#ebd30d Background Color

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

This div background color is #ebd30d


#ebd30d Border Color

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

This div border color is #ebd30d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd30d


Comments

No comments written yet.

Please login to write comment.