Color Hex Logo

#ebd111 Color Hex

#EBD111
(235,209,17)
0 Favorites   0 Comments

Color spaces of #ebd111

RGB 23520917
HSL0.150.870.49
HSV53°93°92°
CMYK 0.000.110.93   0.08
XYZ57.162663.30369.7363
Yxy63.30360.43900.4862
Hunter Lab79.5636-10.992548.4391
CIE-Lab83.6019-7.271082.2923

#ebd111 color RGB value is (235,209,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010001 00010001
Octal 353 321 21
Decimal 235 209 17
Hex EB D1 11

RGB Percentages of Color #ebd111

%50.98
%45.34
%3.69

CMYK Percentages of Color #ebd111

%0
%11
%93
%8

Triadic Colors of #ebd111

#ebd111 #11ebd1 #d111eb

Analogous Colors of #ebd111

#ebd111 #98eb11 #eb6411

Monochromatic Colors of #ebd111

#ebd111

Complementary Color

#ebd111 #112beb

#ebd111 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd111 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd111 Color CSS Codes

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

#ebd111 Text Font Color

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

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


#ebd111 Background Color

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

This div background color is #ebd111


#ebd111 Border Color

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

This div border color is #ebd111


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd111


Comments

No comments written yet.

Please login to write comment.