Color Hex Logo

#ebe121 Color Hex

#EBE121
(235,225,33)
0 Favorites   0 Comments

Color spaces of #ebe121

RGB 23522533
HSL0.160.830.53
HSV57°86°92°
CMYK 0.000.040.86   0.08
XYZ61.460771.622412.0240
Yxy71.62240.42360.4936
Hunter Lab84.6300-18.470850.8173
CIE-Lab87.7865-14.984982.9890

#ebe121 color RGB value is (235,225,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100001 00100001
Octal 353 341 41
Decimal 235 225 33
Hex EB E1 21

RGB Percentages of Color #ebe121

%47.67
%45.64
%6.69

CMYK Percentages of Color #ebe121

%0
%4
%86
%8

Triadic Colors of #ebe121

#ebe121 #21ebe1 #e121eb

Analogous Colors of #ebe121

#ebe121 #90eb21 #eb7c21

Monochromatic Colors of #ebe121

#ebe121

Complementary Color

#ebe121 #212beb

#ebe121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe121 Color CSS Codes

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

#ebe121 Text Font Color

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

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


#ebe121 Background Color

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

This div background color is #ebe121


#ebe121 Border Color

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

This div border color is #ebe121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe121


Comments

No comments written yet.

Please login to write comment.