Color Hex Logo

#eab244 Color Hex

#EAB244
(234,178,68)
0 Favorites   0 Comments

Color spaces of #eab244

RGB 23417868
HSL0.110.800.59
HSV40°71°92°
CMYK 0.000.240.71   0.08
XYZ50.895549.750612.3892
Yxy49.75060.45030.4401
Hunter Lab70.53415.366138.9597
CIE-Lab75.91599.833461.5607

#eab244 color RGB value is (234,178,68).

#eab244 hex color red value is 234, green value is 178 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #eab244 hue: 0.11 , saturation: 0.80 and the lightness value of eab244 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110010 01000100
Octal 352 262 104
Decimal 234 178 68
Hex EA B2 44

RGB Percentages of Color #eab244

%48.75
%37.08
%14.17

CMYK Percentages of Color #eab244

%0
%24
%71
%8

Triadic Colors of #eab244

#eab244 #44eab2 #b244ea

Analogous Colors of #eab244

#eab244 #cfea44 #ea5f44

Monochromatic Colors of #eab244

#eab244

Complementary Color

#eab244 #447cea

#eab244 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab244 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab244 Color CSS Codes

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

#eab244 Text Font Color

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

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


#eab244 Background Color

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

This div background color is #eab244


#eab244 Border Color

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

This div border color is #eab244


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab244


Comments

No comments written yet.

Please login to write comment.