Color Hex Logo

#ebd50c Color Hex

#EBD50C
(235,213,12)
0 Favorites   0 Comments

Color spaces of #ebd50c

RGB 23521312
HSL0.150.900.48
HSV54°95°92°
CMYK 0.000.090.95   0.08
XYZ58.121665.27729.8843
Yxy65.27720.43610.4898
Hunter Lab80.7943-12.981249.3025
CIE-Lab84.6264-9.339983.6078

#ebd50c color RGB value is (235,213,12).

#ebd50c hex color red value is 235, green value is 213 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ebd50c hue: 0.15 , saturation: 0.90 and the lightness value of ebd50c is 0.48.

The process color (four color CMYK) of #ebd50c color hex is 0.00, 0.09, 0.95, 0.08. Web safe color of #ebd50c is #ffcc00. Color #ebd50c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010101 00001100
Octal 353 325 14
Decimal 235 213 12
Hex EB D5 C

RGB Percentages of Color #ebd50c

%51.09
%46.30
%2.61

CMYK Percentages of Color #ebd50c

%0
%9
%95
%8

Triadic Colors of #ebd50c

#ebd50c #0cebd5 #d50ceb

Analogous Colors of #ebd50c

#ebd50c #92eb0c #eb660c

Monochromatic Colors of #ebd50c

#ebd50c

Complementary Color

#ebd50c #0c22eb

#ebd50c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd50c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd50c Color CSS Codes

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

#ebd50c Text Font Color

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

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


#ebd50c Background Color

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

This div background color is #ebd50c


#ebd50c Border Color

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

This div border color is #ebd50c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd50c


Comments

No comments written yet.

Please login to write comment.