Color Hex Logo

#ebc81f Color Hex

#EBC81F
(235,200,31)
0 Favorites   0 Comments

Color spaces of #ebc81f

RGB 23520031
HSL0.140.840.52
HSV50°87°92°
CMYK 0.000.150.87   0.08
XYZ55.162559.06969.7905
Yxy59.06960.44480.4763
Hunter Lab76.8567-6.384346.2470
CIE-Lab81.3298-2.458878.2093

#ebc81f color RGB value is (235,200,31).

#ebc81f hex color red value is 235, green value is 200 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ebc81f hue: 0.14 , saturation: 0.84 and the lightness value of ebc81f is 0.52.

The process color (four color CMYK) of #ebc81f color hex is 0.00, 0.15, 0.87, 0.08. Web safe color of #ebc81f is #ffcc33. Color #ebc81f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001000 00011111
Octal 353 310 37
Decimal 235 200 31
Hex EB C8 1F

RGB Percentages of Color #ebc81f

%50.43
%42.92
%6.65

CMYK Percentages of Color #ebc81f

%0
%15
%87
%8

Triadic Colors of #ebc81f

#ebc81f #1febc8 #c81feb

Analogous Colors of #ebc81f

#ebc81f #a8eb1f #eb621f

Monochromatic Colors of #ebc81f

#ebc81f

Complementary Color

#ebc81f #1f42eb

#ebc81f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc81f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc81f Color CSS Codes

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

#ebc81f Text Font Color

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

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


#ebc81f Background Color

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

This div background color is #ebc81f


#ebc81f Border Color

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

This div border color is #ebc81f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc81f


Comments

No comments written yet.

Please login to write comment.