Color Hex Logo

#ebc63c Color Hex

#EBC63C
(235,198,60)
0 Favorites   0 Comments

Color spaces of #ebc63c

RGB 23519860
HSL0.130.810.58
HSV47°74°92°
CMYK 0.000.160.74   0.08
XYZ55.270658.376612.6297
Yxy58.37660.43770.4623
Hunter Lab76.4046-4.582243.6826
CIE-Lab80.9477-0.539569.6131

#ebc63c color RGB value is (235,198,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000110 00111100
Octal 353 306 74
Decimal 235 198 60
Hex EB C6 3C

RGB Percentages of Color #ebc63c

%47.67
%40.16
%12.17

CMYK Percentages of Color #ebc63c

%0
%16
%74
%8

Triadic Colors of #ebc63c

#ebc63c #3cebc6 #c63ceb

Analogous Colors of #ebc63c

#ebc63c #b9eb3c #eb6f3c

Monochromatic Colors of #ebc63c

#ebc63c

Complementary Color

#ebc63c #3c61eb

#ebc63c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc63c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc63c Color CSS Codes

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

#ebc63c Text Font Color

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

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


#ebc63c Background Color

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

This div background color is #ebc63c


#ebc63c Border Color

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

This div border color is #ebc63c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc63c


Comments

No comments written yet.

Please login to write comment.