Color Hex Logo

#ebd911 Color Hex

#EBD911
(235,217,17)
0 Favorites   0 Comments

Color spaces of #ebd911

RGB 23521717
HSL0.150.870.49
HSV55°93°92°
CMYK 0.000.080.93   0.08
XYZ59.175067.328310.4071
Yxy67.32830.43220.4918
Hunter Lab82.0538-14.864849.9178
CIE-Lab85.6695-11.287483.8486

#ebd911 color RGB value is (235,217,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011001 00010001
Octal 353 331 21
Decimal 235 217 17
Hex EB D9 11

RGB Percentages of Color #ebd911

%50.11
%46.27
%3.62

CMYK Percentages of Color #ebd911

%0
%8
%93
%8

Triadic Colors of #ebd911

#ebd911 #11ebd9 #d911eb

Analogous Colors of #ebd911

#ebd911 #90eb11 #eb6c11

Monochromatic Colors of #ebd911

#ebd911

Complementary Color

#ebd911 #1123eb

#ebd911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd911 Color CSS Codes

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

#ebd911 Text Font Color

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

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


#ebd911 Background Color

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

This div background color is #ebd911


#ebd911 Border Color

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

This div border color is #ebd911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd911


Comments

No comments written yet.

Please login to write comment.