Color Hex Logo

#ebc84f Color Hex

#EBC84F
(235,200,79)
0 Favorites   0 Comments

Color spaces of #ebc84f

RGB 23520079
HSL0.130.800.62
HSV47°66°92°
CMYK 0.000.150.66   0.08
XYZ56.326559.535215.9199
Yxy59.53520.42740.4518
Hunter Lab77.1591-4.722441.7783
CIE-Lab81.5849-0.645062.8863

#ebc84f color RGB value is (235,200,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001000 01001111
Octal 353 310 117
Decimal 235 200 79
Hex EB C8 4F

RGB Percentages of Color #ebc84f

%45.72
%38.91
%15.37

CMYK Percentages of Color #ebc84f

%0
%15
%66
%8

Triadic Colors of #ebc84f

#ebc84f #4febc8 #c84feb

Analogous Colors of #ebc84f

#ebc84f #c0eb4f #eb7a4f

Monochromatic Colors of #ebc84f

#ebc84f

Complementary Color

#ebc84f #4f72eb

#ebc84f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc84f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc84f Color CSS Codes

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

#ebc84f Text Font Color

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

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


#ebc84f Background Color

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

This div background color is #ebc84f


#ebc84f Border Color

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

This div border color is #ebc84f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,200,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 #ebc84f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc84f


Comments

No comments written yet.

Please login to write comment.