Color Hex Logo

#ebd20c Color Hex

#EBD20C
(235,210,12)
0 Favorites   0 Comments

Color spaces of #ebd20c

RGB 23521012
HSL0.150.900.48
HSV53°95°92°
CMYK 0.000.110.95   0.08
XYZ57.373963.78199.6350
Yxy63.78190.43870.4877
Hunter Lab79.8636-11.527048.7516
CIE-Lab83.8521-7.830283.0349

#ebd20c color RGB value is (235,210,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010010 00001100
Octal 353 322 14
Decimal 235 210 12
Hex EB D2 C

RGB Percentages of Color #ebd20c

%51.42
%45.95
%2.63

CMYK Percentages of Color #ebd20c

%0
%11
%95
%8

Triadic Colors of #ebd20c

#ebd20c #0cebd2 #d20ceb

Analogous Colors of #ebd20c

#ebd20c #95eb0c #eb630c

Monochromatic Colors of #ebd20c

#ebd20c

Complementary Color

#ebd20c #0c25eb

#ebd20c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd20c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd20c Color CSS Codes

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

#ebd20c Text Font Color

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

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


#ebd20c Background Color

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

This div background color is #ebd20c


#ebd20c Border Color

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

This div border color is #ebd20c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd20c


Comments

No comments written yet.

Please login to write comment.