Color Hex Logo

#ebe122 Color Hex

#EBE122
(235,225,34)
0 Favorites   0 Comments

Color spaces of #ebe122

RGB 23522534
HSL0.160.830.53
HSV57°86°92°
CMYK 0.000.040.86   0.08
XYZ61.474971.628112.0989
Yxy71.62810.42340.4933
Hunter Lab84.6334-18.451950.7675
CIE-Lab87.7893-14.963482.7950

#ebe122 color RGB value is (235,225,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100001 00100010
Octal 353 341 42
Decimal 235 225 34
Hex EB E1 22

RGB Percentages of Color #ebe122

%47.57
%45.55
%6.88

CMYK Percentages of Color #ebe122

%0
%4
%86
%8

Triadic Colors of #ebe122

#ebe122 #22ebe1 #e122eb

Analogous Colors of #ebe122

#ebe122 #91eb22 #eb7d22

Monochromatic Colors of #ebe122

#ebe122

Complementary Color

#ebe122 #222ceb

#ebe122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe122 Color CSS Codes

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

#ebe122 Text Font Color

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

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


#ebe122 Background Color

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

This div background color is #ebe122


#ebe122 Border Color

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

This div border color is #ebe122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe122


Comments

No comments written yet.

Please login to write comment.