Color Hex Logo

#ebdc3c Color Hex

#EBDC3C
(235,220,60)
0 Favorites   0 Comments

Color spaces of #ebdc3c

RGB 23522060
HSL0.150.810.58
HSV55°74°92°
CMYK 0.000.060.74   0.08
XYZ60.669869.174814.4294
Yxy69.17480.42050.4795
Hunter Lab83.1714-15.342247.9338
CIE-Lab86.5905-11.692474.9133

#ebdc3c color RGB value is (235,220,60).

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

The process color (four color CMYK) of #ebdc3c color hex is 0.00, 0.06, 0.74, 0.08. Web safe color of #ebdc3c is #ffcc33. Color #ebdc3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 00111100
Octal 353 334 74
Decimal 235 220 60
Hex EB DC 3C

RGB Percentages of Color #ebdc3c

%45.63
%42.72
%11.65

CMYK Percentages of Color #ebdc3c

%0
%6
%74
%8

Triadic Colors of #ebdc3c

#ebdc3c #3cebdc #dc3ceb

Analogous Colors of #ebdc3c

#ebdc3c #a3eb3c #eb853c

Monochromatic Colors of #ebdc3c

#ebdc3c

Complementary Color

#ebdc3c #3c4beb

#ebdc3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdc3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdc3c Color CSS Codes

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

#ebdc3c Text Font Color

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

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


#ebdc3c Background Color

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

This div background color is #ebdc3c


#ebdc3c Border Color

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

This div border color is #ebdc3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdc3c


Comments

No comments written yet.

Please login to write comment.