Color Hex Logo

#ebd24f Color Hex

#EBD24F
(235,210,79)
0 Favorites   0 Comments

Color spaces of #ebd24f

RGB 23521079
HSL0.140.800.62
HSV50°66°92°
CMYK 0.000.110.66   0.08
XYZ58.718864.319916.7173
Yxy64.31990.42020.4602
Hunter Lab80.1997-9.659343.7810
CIE-Lab84.1321-5.760665.5474

#ebd24f color RGB value is (235,210,79).

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

The process color (four color CMYK) of #ebd24f color hex is 0.00, 0.11, 0.66, 0.08. Web safe color of #ebd24f is #ffcc66. Color #ebd24f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010010 01001111
Octal 353 322 117
Decimal 235 210 79
Hex EB D2 4F

RGB Percentages of Color #ebd24f

%44.85
%40.08
%15.08

CMYK Percentages of Color #ebd24f

%0
%11
%66
%8

Triadic Colors of #ebd24f

#ebd24f #4febd2 #d24feb

Analogous Colors of #ebd24f

#ebd24f #b6eb4f #eb844f

Monochromatic Colors of #ebd24f

#ebd24f

Complementary Color

#ebd24f #4f68eb

#ebd24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd24f Color CSS Codes

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

#ebd24f Text Font Color

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

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


#ebd24f Background Color

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

This div background color is #ebd24f


#ebd24f Border Color

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

This div border color is #ebd24f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd24f


Comments

No comments written yet.

Please login to write comment.