Color Hex Logo

#ebe021 Color Hex

#EBE021
(235,224,33)
0 Favorites   0 Comments

Color spaces of #ebe021

RGB 23522433
HSL0.160.830.53
HSV57°86°92°
CMYK 0.000.050.86   0.08
XYZ61.191171.083311.9342
Yxy71.08330.42430.4929
Hunter Lab84.3109-17.992550.6251
CIE-Lab87.5255-14.492882.7784

#ebe021 color RGB value is (235,224,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100000 00100001
Octal 353 340 41
Decimal 235 224 33
Hex EB E0 21

RGB Percentages of Color #ebe021

%47.76
%45.53
%6.71

CMYK Percentages of Color #ebe021

%0
%5
%86
%8

Triadic Colors of #ebe021

#ebe021 #21ebe0 #e021eb

Analogous Colors of #ebe021

#ebe021 #91eb21 #eb7b21

Monochromatic Colors of #ebe021

#ebe021

Complementary Color

#ebe021 #212ceb

#ebe021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe021 Color CSS Codes

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

#ebe021 Text Font Color

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

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


#ebe021 Background Color

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

This div background color is #ebe021


#ebe021 Border Color

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

This div border color is #ebe021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe021


Comments

No comments written yet.

Please login to write comment.