Color Hex Logo

#ebd22f Color Hex

#EBD22F
(235,210,47)
0 Favorites   0 Comments

Color spaces of #ebd22f

RGB 23521047
HSL0.140.820.55
HSV52°80°92°
CMYK 0.000.110.80   0.08
XYZ57.820663.960611.9875
Yxy63.96060.43220.4781
Hunter Lab79.9754-10.905047.0958
CIE-Lab83.9453-7.137976.4634

#ebd22f color RGB value is (235,210,47).

#ebd22f hex color red value is 235, green value is 210 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ebd22f hue: 0.14 , saturation: 0.82 and the lightness value of ebd22f is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010010 00101111
Octal 353 322 57
Decimal 235 210 47
Hex EB D2 2F

RGB Percentages of Color #ebd22f

%47.76
%42.68
%9.55

CMYK Percentages of Color #ebd22f

%0
%11
%80
%8

Triadic Colors of #ebd22f

#ebd22f #2febd2 #d22feb

Analogous Colors of #ebd22f

#ebd22f #a6eb2f #eb742f

Monochromatic Colors of #ebd22f

#ebd22f

Complementary Color

#ebd22f #2f48eb

#ebd22f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd22f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd22f Color CSS Codes

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

#ebd22f Text Font Color

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

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


#ebd22f Background Color

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

This div background color is #ebd22f


#ebd22f Border Color

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

This div border color is #ebd22f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd22f


Comments

No comments written yet.

Please login to write comment.