Color Hex Logo

#eab21c Color Hex

#EAB21C
(234,178,28)
0 Favorites   0 Comments

Color spaces of #eab21c

RGB 23417828
HSL0.120.830.51
HSV44°88°92°
CMYK 0.000.240.88   0.08
XYZ50.061749.41717.9985
Yxy49.41710.46580.4598
Hunter Lab70.29734.097242.4620
CIE-Lab75.71018.491274.3590

#eab21c color RGB value is (234,178,28).

#eab21c hex color red value is 234, green value is 178 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #eab21c hue: 0.12 , saturation: 0.83 and the lightness value of eab21c is 0.51.

The process color (four color CMYK) of #eab21c color hex is 0.00, 0.24, 0.88, 0.08. Web safe color of #eab21c is #ff9933. Color #eab21c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110010 00011100
Octal 352 262 34
Decimal 234 178 28
Hex EA B2 1C

RGB Percentages of Color #eab21c

%53.18
%40.45
%6.36

CMYK Percentages of Color #eab21c

%0
%24
%88
%8

Triadic Colors of #eab21c

#eab21c #1ceab2 #b21cea

Analogous Colors of #eab21c

#eab21c #bbea1c #ea4b1c

Monochromatic Colors of #eab21c

#eab21c

Complementary Color

#eab21c #1c54ea

#eab21c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab21c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab21c Color CSS Codes

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

#eab21c Text Font Color

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

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


#eab21c Background Color

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

This div background color is #eab21c


#eab21c Border Color

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

This div border color is #eab21c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,178,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab21c


Comments

No comments written yet.

Please login to write comment.