Color Hex Logo

#ebc408 Color Hex

#EBC408
(235,196,8)
0 Favorites   0 Comments

Color spaces of #ebc408

RGB 2351968
HSL0.140.930.48
HSV50°97°92°
CMYK 0.000.170.97   0.08
XYZ54.044757.15968.4142
Yxy57.15960.45180.4778
Hunter Lab75.6040-4.708146.3242
CIE-Lab80.2693-0.723880.7930

#ebc408 color RGB value is (235,196,8).

#ebc408 hex color red value is 235, green value is 196 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #ebc408 hue: 0.14 , saturation: 0.93 and the lightness value of ebc408 is 0.48.

The process color (four color CMYK) of #ebc408 color hex is 0.00, 0.17, 0.97, 0.08. Web safe color of #ebc408 is #ffcc00. Color #ebc408 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000100 00001000
Octal 353 304 10
Decimal 235 196 8
Hex EB C4 8

RGB Percentages of Color #ebc408

%53.53
%44.65
%1.82

CMYK Percentages of Color #ebc408

%0
%17
%97
%8

Triadic Colors of #ebc408

#ebc408 #08ebc4 #c408eb

Analogous Colors of #ebc408

#ebc408 #a1eb08 #eb5308

Monochromatic Colors of #ebc408

#ebc408

Complementary Color

#ebc408 #082feb

#ebc408 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc408 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc408 Color CSS Codes

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

#ebc408 Text Font Color

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

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


#ebc408 Background Color

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

This div background color is #ebc408


#ebc408 Border Color

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

This div border color is #ebc408


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc408


Comments

No comments written yet.

Please login to write comment.