Color Hex Logo

#eae66d Color Hex

#EAE66D
(234,230,109)
0 Favorites   0 Comments

Color spaces of #eae66d

RGB 234230109
HSL0.160.750.67
HSV58°53°92°
CMYK 0.000.020.53   0.08
XYZ64.988875.190225.5559
Yxy75.19020.39210.4537
Hunter Lab86.7123-17.965043.2246
CIE-Lab89.4820-14.173258.4963

#eae66d color RGB value is (234,230,109).

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

The process color (four color CMYK) of #eae66d color hex is 0.00, 0.02, 0.53, 0.08. Web safe color of #eae66d is #ffff66. Color #eae66d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100110 01101101
Octal 352 346 155
Decimal 234 230 109
Hex EA E6 6D

RGB Percentages of Color #eae66d

%40.84
%40.14
%19.02

CMYK Percentages of Color #eae66d

%0
%2
%53
%8

Triadic Colors of #eae66d

#eae66d #6deae6 #e66dea

Analogous Colors of #eae66d

#eae66d #b0ea6d #eaa86d

Monochromatic Colors of #eae66d

#eae66d

Complementary Color

#eae66d #6d71ea

#eae66d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae66d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae66d Color CSS Codes

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

#eae66d Text Font Color

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

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


#eae66d Background Color

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

This div background color is #eae66d


#eae66d Border Color

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

This div border color is #eae66d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae66d


Comments

No comments written yet.

Please login to write comment.