Color Hex Logo

#ebc108 Color Hex

#EBC108
(235,193,8)
0 Favorites   0 Comments

Color spaces of #ebc108

RGB 2351938
HSL0.140.930.48
HSV49°97°92°
CMYK 0.000.180.97   0.08
XYZ53.374755.81968.1908
Yxy55.81960.45470.4755
Hunter Lab74.7125-3.226345.7987
CIE-Lab79.51100.825680.2464

#ebc108 color RGB value is (235,193,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 00001000
Octal 353 301 10
Decimal 235 193 8
Hex EB C1 8

RGB Percentages of Color #ebc108

%53.90
%44.27
%1.83

CMYK Percentages of Color #ebc108

%0
%18
%97
%8

Triadic Colors of #ebc108

#ebc108 #08ebc1 #c108eb

Analogous Colors of #ebc108

#ebc108 #a4eb08 #eb5008

Monochromatic Colors of #ebc108

#ebc108

Complementary Color

#ebc108 #0832eb

#ebc108 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc108 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc108 Color CSS Codes

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

#ebc108 Text Font Color

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

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


#ebc108 Background Color

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

This div background color is #ebc108


#ebc108 Border Color

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

This div border color is #ebc108


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc108


Comments

No comments written yet.

Please login to write comment.