Color Hex Logo

#ebc128 Color Hex

#EBC128
(235,193,40)
0 Favorites   0 Comments

Color spaces of #ebc128

RGB 23519340
HSL0.130.830.54
HSV47°83°92°
CMYK 0.000.180.83   0.08
XYZ53.713955.95539.9769
Yxy55.95530.44890.4677
Hunter Lab74.8033-2.730444.4545
CIE-Lab79.58841.364374.6417

#ebc128 color RGB value is (235,193,40).

#ebc128 hex color red value is 235, green value is 193 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #ebc128 hue: 0.13 , saturation: 0.83 and the lightness value of ebc128 is 0.54.

The process color (four color CMYK) of #ebc128 color hex is 0.00, 0.18, 0.83, 0.08. Web safe color of #ebc128 is #ffcc33. Color #ebc128 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 00101000
Octal 353 301 50
Decimal 235 193 40
Hex EB C1 28

RGB Percentages of Color #ebc128

%50.21
%41.24
%8.55

CMYK Percentages of Color #ebc128

%0
%18
%83
%8

Triadic Colors of #ebc128

#ebc128 #28ebc1 #c128eb

Analogous Colors of #ebc128

#ebc128 #b4eb28 #eb6028

Monochromatic Colors of #ebc128

#ebc128

Complementary Color

#ebc128 #2852eb

#ebc128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc128 Color CSS Codes

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

#ebc128 Text Font Color

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

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


#ebc128 Background Color

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

This div background color is #ebc128


#ebc128 Border Color

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

This div border color is #ebc128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc128


Comments

No comments written yet.

Please login to write comment.