Color Hex Logo

#eae56a Color Hex

#EAE56A
(234,229,106)
0 Favorites   0 Comments

Color spaces of #eae56a

RGB 234229106
HSL0.160.750.67
HSV58°55°92°
CMYK 0.000.020.55   0.08
XYZ64.552574.571724.6272
Yxy74.57170.39420.4554
Hunter Lab86.3549-17.687843.5398
CIE-Lab89.1920-13.911059.5091

#eae56a color RGB value is (234,229,106).

#eae56a hex color red value is 234, green value is 229 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #eae56a hue: 0.16 , saturation: 0.75 and the lightness value of eae56a is 0.67.

The process color (four color CMYK) of #eae56a color hex is 0.00, 0.02, 0.55, 0.08. Web safe color of #eae56a is #ffcc66. Color #eae56a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100101 01101010
Octal 352 345 152
Decimal 234 229 106
Hex EA E5 6A

RGB Percentages of Color #eae56a

%41.12
%40.25
%18.63

CMYK Percentages of Color #eae56a

%0
%2
%55
%8

Triadic Colors of #eae56a

#eae56a #6aeae5 #e56aea

Analogous Colors of #eae56a

#eae56a #afea6a #eaa56a

Monochromatic Colors of #eae56a

#eae56a

Complementary Color

#eae56a #6a6fea

#eae56a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae56a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae56a Color CSS Codes

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

#eae56a Text Font Color

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

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


#eae56a Background Color

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

This div background color is #eae56a


#eae56a Border Color

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

This div border color is #eae56a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae56a


Comments

No comments written yet.

Please login to write comment.