Color Hex Logo

#ebd213 Color Hex

#EBD213
(235,210,19)
0 Favorites   0 Comments

Color spaces of #ebd213

RGB 23521019
HSL0.150.850.50
HSV53°92°92°
CMYK 0.000.110.92   0.08
XYZ57.425163.80249.9046
Yxy63.80240.43790.4866
Hunter Lab79.8764-11.455748.5616
CIE-Lab83.8628-7.750682.2297

#ebd213 color RGB value is (235,210,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010010 00010011
Octal 353 322 23
Decimal 235 210 19
Hex EB D2 13

RGB Percentages of Color #ebd213

%50.65
%45.26
%4.09

CMYK Percentages of Color #ebd213

%0
%11
%92
%8

Triadic Colors of #ebd213

#ebd213 #13ebd2 #d213eb

Analogous Colors of #ebd213

#ebd213 #98eb13 #eb6613

Monochromatic Colors of #ebd213

#ebd213

Complementary Color

#ebd213 #132ceb

#ebd213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd213 Color CSS Codes

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

#ebd213 Text Font Color

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

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


#ebd213 Background Color

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

This div background color is #ebd213


#ebd213 Border Color

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

This div border color is #ebd213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd213


Comments

No comments written yet.

Please login to write comment.