Color Hex Logo

#eab254 Color Hex

#EAB254
(234,178,84)
0 Favorites   0 Comments

Color spaces of #eab254

RGB 23417884
HSL0.100.780.62
HSV38°64°92°
CMYK 0.000.240.64   0.08
XYZ51.452349.973315.3215
Yxy49.97330.44070.4280
Hunter Lab70.69186.208836.6339
CIE-Lab76.052910.718454.6854

#eab254 color RGB value is (234,178,84).

#eab254 hex color red value is 234, green value is 178 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #eab254 hue: 0.10 , saturation: 0.78 and the lightness value of eab254 is 0.62.

The process color (four color CMYK) of #eab254 color hex is 0.00, 0.24, 0.64, 0.08. Web safe color of #eab254 is #ff9966. Color #eab254 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110010 01010100
Octal 352 262 124
Decimal 234 178 84
Hex EA B2 54

RGB Percentages of Color #eab254

%47.18
%35.89
%16.94

CMYK Percentages of Color #eab254

%0
%24
%64
%8

Triadic Colors of #eab254

#eab254 #54eab2 #b254ea

Analogous Colors of #eab254

#eab254 #d7ea54 #ea6754

Monochromatic Colors of #eab254

#eab254

Complementary Color

#eab254 #548cea

#eab254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab254 Color CSS Codes

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

#eab254 Text Font Color

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

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


#eab254 Background Color

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

This div background color is #eab254


#eab254 Border Color

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

This div border color is #eab254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab254


Comments

No comments written yet.

Please login to write comment.