Color Hex Logo

#eae69d Color Hex

#EAE69D
(234,230,157)
0 Favorites   0 Comments

Color spaces of #eae69d

RGB 234230157
HSL0.160.650.77
HSV57°33°92°
CMYK 0.000.020.33   0.08
XYZ68.314376.520443.0676
Yxy76.52040.36360.4072
Hunter Lab87.4759-13.683432.0425
CIE-Lab90.1004-9.450036.1202

#eae69d color RGB value is (234,230,157).

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

The process color (four color CMYK) of #eae69d color hex is 0.00, 0.02, 0.33, 0.08. Web safe color of #eae69d is #ffff99. Color #eae69d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100110 10011101
Octal 352 346 235
Decimal 234 230 157
Hex EA E6 9D

RGB Percentages of Color #eae69d

%37.68
%37.04
%25.28

CMYK Percentages of Color #eae69d

%0
%2
%33
%8

Triadic Colors of #eae69d

#eae69d #9deae6 #e69dea

Analogous Colors of #eae69d

#eae69d #c8ea9d #eac09d

Monochromatic Colors of #eae69d

#eae69d

Complementary Color

#eae69d #9da1ea

#eae69d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae69d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae69d Color CSS Codes

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

#eae69d Text Font Color

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

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


#eae69d Background Color

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

This div background color is #eae69d


#eae69d Border Color

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

This div border color is #eae69d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae69d


Comments

No comments written yet.

Please login to write comment.