Color Hex Logo

#ebd211 Color Hex

#EBD211
(235,210,17)
0 Favorites   0 Comments

Color spaces of #ebd211

RGB 23521017
HSL0.150.870.49
HSV53°93°92°
CMYK 0.000.110.93   0.08
XYZ57.408763.79589.8184
Yxy63.79580.43820.4869
Hunter Lab79.8723-11.478548.6223
CIE-Lab83.8593-7.776082.4855

#ebd211 color RGB value is (235,210,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010010 00010001
Octal 353 322 21
Decimal 235 210 17
Hex EB D2 11

RGB Percentages of Color #ebd211

%50.87
%45.45
%3.68

CMYK Percentages of Color #ebd211

%0
%11
%93
%8

Triadic Colors of #ebd211

#ebd211 #11ebd2 #d211eb

Analogous Colors of #ebd211

#ebd211 #97eb11 #eb6511

Monochromatic Colors of #ebd211

#ebd211

Complementary Color

#ebd211 #112aeb

#ebd211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd211 Color CSS Codes

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

#ebd211 Text Font Color

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

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


#ebd211 Background Color

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

This div background color is #ebd211


#ebd211 Border Color

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

This div border color is #ebd211


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd211


Comments

No comments written yet.

Please login to write comment.