Color Hex Logo

#ebc808 Color Hex

#EBC808
(235,200,8)
0 Favorites   0 Comments

Color spaces of #ebc808

RGB 2352008
HSL0.140.930.48
HSV51°97°92°
CMYK 0.000.150.97   0.08
XYZ54.959158.98838.7189
Yxy58.98830.44800.4809
Hunter Lab76.8038-6.676147.0320
CIE-Lab81.2852-2.779581.5284

#ebc808 color RGB value is (235,200,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001000 00001000
Octal 353 310 10
Decimal 235 200 8
Hex EB C8 8

RGB Percentages of Color #ebc808

%53.05
%45.15
%1.81

CMYK Percentages of Color #ebc808

%0
%15
%97
%8

Triadic Colors of #ebc808

#ebc808 #08ebc8 #c808eb

Analogous Colors of #ebc808

#ebc808 #9deb08 #eb5708

Monochromatic Colors of #ebc808

#ebc808

Complementary Color

#ebc808 #082beb

#ebc808 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc808 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc808 Color CSS Codes

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

#ebc808 Text Font Color

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

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


#ebc808 Background Color

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

This div background color is #ebc808


#ebc808 Border Color

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

This div border color is #ebc808


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc808


Comments

No comments written yet.

Please login to write comment.