Color Hex Logo

#ebd311 Color Hex

#EBD311
(235,211,17)
0 Favorites   0 Comments

Color spaces of #ebd311

RGB 23521117
HSL0.150.870.49
HSV53°93°92°
CMYK 0.000.100.93   0.08
XYZ57.656464.29129.9009
Yxy64.29120.43730.4876
Hunter Lab80.1818-11.964048.8061
CIE-Lab84.1172-8.280382.6795

#ebd311 color RGB value is (235,211,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010011 00010001
Octal 353 323 21
Decimal 235 211 17
Hex EB D3 11

RGB Percentages of Color #ebd311

%50.76
%45.57
%3.67

CMYK Percentages of Color #ebd311

%0
%10
%93
%8

Triadic Colors of #ebd311

#ebd311 #11ebd3 #d311eb

Analogous Colors of #ebd311

#ebd311 #96eb11 #eb6611

Monochromatic Colors of #ebd311

#ebd311

Complementary Color

#ebd311 #1129eb

#ebd311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd311 Color CSS Codes

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

#ebd311 Text Font Color

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

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


#ebd311 Background Color

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

This div background color is #ebd311


#ebd311 Border Color

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

This div border color is #ebd311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd311


Comments

No comments written yet.

Please login to write comment.