Color Hex Logo

#eac69d Color Hex

#EAC69D
(234,198,157)
0 Favorites   0 Comments

Color spaces of #eac69d

RGB 234198157
HSL0.090.650.77
HSV32°33°92°
CMYK 0.000.150.33   0.08
XYZ60.211660.314940.3667
Yxy60.31490.37420.3749
Hunter Lab77.66272.480823.5467
CIE-Lab82.00916.968825.3051

#eac69d color RGB value is (234,198,157).

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

The process color (four color CMYK) of #eac69d color hex is 0.00, 0.15, 0.33, 0.08. Web safe color of #eac69d is #ffcc99. Color #eac69d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000110 10011101
Octal 352 306 235
Decimal 234 198 157
Hex EA C6 9D

RGB Percentages of Color #eac69d

%39.73
%33.62
%26.66

CMYK Percentages of Color #eac69d

%0
%15
%33
%8

Triadic Colors of #eac69d

#eac69d #9deac6 #c69dea

Analogous Colors of #eac69d

#eac69d #e8ea9d #eaa09d

Monochromatic Colors of #eac69d

#eac69d

Complementary Color

#eac69d #9dc1ea

#eac69d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac69d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac69d Color CSS Codes

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

#eac69d Text Font Color

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

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


#eac69d Background Color

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

This div background color is #eac69d


#eac69d Border Color

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

This div border color is #eac69d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,198,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 #eac69d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac69d


Comments

No comments written yet.

Please login to write comment.