Color Hex Logo

#ebd221 Color Hex

#EBD221
(235,210,33)
0 Favorites   0 Comments

Color spaces of #ebd221

RGB 23521033
HSL0.150.830.53
HSV53°86°92°
CMYK 0.000.110.86   0.08
XYZ57.582163.865210.7312
Yxy63.86520.43560.4832
Hunter Lab79.9157-11.236947.9794
CIE-Lab83.8955-7.506979.8505

#ebd221 color RGB value is (235,210,33).

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

The process color (four color CMYK) of #ebd221 color hex is 0.00, 0.11, 0.86, 0.08. Web safe color of #ebd221 is #ffcc33. Color #ebd221 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010010 00100001
Octal 353 322 41
Decimal 235 210 33
Hex EB D2 21

RGB Percentages of Color #ebd221

%49.16
%43.93
%6.90

CMYK Percentages of Color #ebd221

%0
%11
%86
%8

Triadic Colors of #ebd221

#ebd221 #21ebd2 #d221eb

Analogous Colors of #ebd221

#ebd221 #9feb21 #eb6d21

Monochromatic Colors of #ebd221

#ebd221

Complementary Color

#ebd221 #213aeb

#ebd221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd221 Color CSS Codes

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

#ebd221 Text Font Color

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

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


#ebd221 Background Color

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

This div background color is #ebd221


#ebd221 Border Color

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

This div border color is #ebd221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd221


Comments

No comments written yet.

Please login to write comment.