Color Hex Logo

#eab628 Color Hex

#EAB628
(234,182,40)
0 Favorites   0 Comments

Color spaces of #eab628

RGB 23418240
HSL0.120.820.54
HSV44°83°92°
CMYK 0.000.220.83   0.08
XYZ51.042651.10159.1808
Yxy51.10150.45850.4590
Hunter Lab71.48532.354942.4252
CIE-Lab76.74056.670272.1965

#eab628 color RGB value is (234,182,40).

#eab628 hex color red value is 234, green value is 182 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #eab628 hue: 0.12 , saturation: 0.82 and the lightness value of eab628 is 0.54.

The process color (four color CMYK) of #eab628 color hex is 0.00, 0.22, 0.83, 0.08. Web safe color of #eab628 is #ffcc33. Color #eab628 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110110 00101000
Octal 352 266 50
Decimal 234 182 40
Hex EA B6 28

RGB Percentages of Color #eab628

%51.32
%39.91
%8.77

CMYK Percentages of Color #eab628

%0
%22
%83
%8

Triadic Colors of #eab628

#eab628 #28eab6 #b628ea

Analogous Colors of #eab628

#eab628 #bdea28 #ea5528

Monochromatic Colors of #eab628

#eab628

Complementary Color

#eab628 #285cea

#eab628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab628 Color CSS Codes

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

#eab628 Text Font Color

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

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


#eab628 Background Color

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

This div background color is #eab628


#eab628 Border Color

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

This div border color is #eab628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab628


Comments

No comments written yet.

Please login to write comment.