Color Hex Logo

#ebc12a Color Hex

#EBC12A
(235,193,42)
0 Favorites   0 Comments

Color spaces of #ebc12a

RGB 23519342
HSL0.130.830.54
HSV47°82°92°
CMYK 0.000.180.82   0.08
XYZ53.748855.969310.1608
Yxy55.96930.44840.4669
Hunter Lab74.8126-2.679644.3163
CIE-Lab79.59631.419474.1049

#ebc12a color RGB value is (235,193,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 00101010
Octal 353 301 52
Decimal 235 193 42
Hex EB C1 2A

RGB Percentages of Color #ebc12a

%50.00
%41.06
%8.94

CMYK Percentages of Color #ebc12a

%0
%18
%82
%8

Triadic Colors of #ebc12a

#ebc12a #2aebc1 #c12aeb

Analogous Colors of #ebc12a

#ebc12a #b5eb2a #eb602a

Monochromatic Colors of #ebc12a

#ebc12a

Complementary Color

#ebc12a #2a54eb

#ebc12a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc12a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc12a Color CSS Codes

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

#ebc12a Text Font Color

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

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


#ebc12a Background Color

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

This div background color is #ebc12a


#ebc12a Border Color

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

This div border color is #ebc12a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc12a


Comments

No comments written yet.

Please login to write comment.