Color Hex Logo

#eae16b Color Hex

#EAE16B
(234,225,107)
0 Favorites   0 Comments

Color spaces of #eae16b

RGB 234225107
HSL0.150.750.67
HSV56°54°92°
CMYK 0.000.040.54   0.08
XYZ63.510772.404424.5380
Yxy72.40440.39580.4512
Hunter Lab85.0908-15.678742.4658
CIE-Lab88.1629-11.852457.8821

#eae16b color RGB value is (234,225,107).

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

The process color (four color CMYK) of #eae16b color hex is 0.00, 0.04, 0.54, 0.08. Web safe color of #eae16b is #ffcc66. Color #eae16b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100001 01101011
Octal 352 341 153
Decimal 234 225 107
Hex EA E1 6B

RGB Percentages of Color #eae16b

%41.34
%39.75
%18.90

CMYK Percentages of Color #eae16b

%0
%4
%54
%8

Triadic Colors of #eae16b

#eae16b #6beae1 #e16bea

Analogous Colors of #eae16b

#eae16b #b4ea6b #eaa26b

Monochromatic Colors of #eae16b

#eae16b

Complementary Color

#eae16b #6b74ea

#eae16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae16b Color CSS Codes

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

#eae16b Text Font Color

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

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


#eae16b Background Color

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

This div background color is #eae16b


#eae16b Border Color

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

This div border color is #eae16b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae16b


Comments

No comments written yet.

Please login to write comment.