Color Hex Logo

#ebd63f Color Hex

#EBD63F
(235,214,63)
0 Favorites   0 Comments

Color spaces of #ebd63f

RGB 23521463
HSL0.150.810.58
HSV53°73°92°
CMYK 0.000.090.73   0.08
XYZ59.204766.114214.3435
Yxy66.11420.42390.4734
Hunter Lab81.3106-12.322446.4585
CIE-Lab85.0546-8.565972.4679

#ebd63f color RGB value is (235,214,63).

#ebd63f hex color red value is 235, green value is 214 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ebd63f hue: 0.15 , saturation: 0.81 and the lightness value of ebd63f is 0.58.

The process color (four color CMYK) of #ebd63f color hex is 0.00, 0.09, 0.73, 0.08. Web safe color of #ebd63f is #ffcc33. Color #ebd63f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010110 00111111
Octal 353 326 77
Decimal 235 214 63
Hex EB D6 3F

RGB Percentages of Color #ebd63f

%45.90
%41.80
%12.30

CMYK Percentages of Color #ebd63f

%0
%9
%73
%8

Triadic Colors of #ebd63f

#ebd63f #3febd6 #d63feb

Analogous Colors of #ebd63f

#ebd63f #aaeb3f #eb803f

Monochromatic Colors of #ebd63f

#ebd63f

Complementary Color

#ebd63f #3f54eb

#ebd63f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd63f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd63f Color CSS Codes

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

#ebd63f Text Font Color

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

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


#ebd63f Background Color

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

This div background color is #ebd63f


#ebd63f Border Color

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

This div border color is #ebd63f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd63f


Comments

No comments written yet.

Please login to write comment.