Color Hex Logo

#eabe21 Color Hex

#EABE21
(234,190,33)
0 Favorites   0 Comments

Color spaces of #eabe21

RGB 23419033
HSL0.130.830.52
HSV47°86°92°
CMYK 0.000.190.86   0.08
XYZ52.619754.42919.1714
Yxy54.42910.45280.4683
Hunter Lab73.7761-1.795744.2727
CIE-Lab78.71132.318675.6245

#eabe21 color RGB value is (234,190,33).

#eabe21 hex color red value is 234, green value is 190 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #eabe21 hue: 0.13 , saturation: 0.83 and the lightness value of eabe21 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 00100001
Octal 352 276 41
Decimal 234 190 33
Hex EA BE 21

RGB Percentages of Color #eabe21

%51.20
%41.58
%7.22

CMYK Percentages of Color #eabe21

%0
%19
%86
%8

Triadic Colors of #eabe21

#eabe21 #21eabe #be21ea

Analogous Colors of #eabe21

#eabe21 #b2ea21 #ea5a21

Monochromatic Colors of #eabe21

#eabe21

Complementary Color

#eabe21 #214dea

#eabe21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabe21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabe21 Color CSS Codes

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

#eabe21 Text Font Color

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

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


#eabe21 Background Color

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

This div background color is #eabe21


#eabe21 Border Color

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

This div border color is #eabe21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabe21


Comments

No comments written yet.

Please login to write comment.