Color Hex Logo

#ebe12a Color Hex

#EBE12A
(235,225,42)
1 Favorites   0 Comments

Color spaces of #ebe12a

RGB 23522542
HSL0.160.830.54
HSV57°82°92°
CMYK 0.000.040.82   0.08
XYZ61.604171.679812.7792
Yxy71.67980.42180.4907
Hunter Lab84.6639-18.279750.3155
CIE-Lab87.8142-14.768381.0686

#ebe12a color RGB value is (235,225,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100001 00101010
Octal 353 341 52
Decimal 235 225 42
Hex EB E1 2A

RGB Percentages of Color #ebe12a

%46.81
%44.82
%8.37

CMYK Percentages of Color #ebe12a

%0
%4
%82
%8

Triadic Colors of #ebe12a

#ebe12a #2aebe1 #e12aeb

Analogous Colors of #ebe12a

#ebe12a #95eb2a #eb812a

Monochromatic Colors of #ebe12a

#ebe12a

Complementary Color

#ebe12a #2a34eb

#ebe12a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe12a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe12a Color CSS Codes

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

#ebe12a Text Font Color

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

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


#ebe12a Background Color

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

This div background color is #ebe12a


#ebe12a Border Color

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

This div border color is #ebe12a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe12a


Comments

No comments written yet.

Please login to write comment.