Color Hex Logo

#ead89d Color Hex

#EAD89D
(234,216,157)
0 Favorites   0 Comments

Color spaces of #ead89d

RGB 234216157
HSL0.130.650.77
HSV46°33°92°
CMYK 0.000.080.33   0.08
XYZ64.573469.038541.8207
Yxy69.03850.36810.3935
Hunter Lab83.0894-6.684228.3206
CIE-Lab86.5231-2.359831.3832

#ead89d color RGB value is (234,216,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011000 10011101
Octal 352 330 235
Decimal 234 216 157
Hex EA D8 9D

RGB Percentages of Color #ead89d

%38.55
%35.58
%25.86

CMYK Percentages of Color #ead89d

%0
%8
%33
%8

Triadic Colors of #ead89d

#ead89d #9dead8 #d89dea

Analogous Colors of #ead89d

#ead89d #d6ea9d #eab29d

Monochromatic Colors of #ead89d

#ead89d

Complementary Color

#ead89d #9dafea

#ead89d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead89d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead89d Color CSS Codes

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

#ead89d Text Font Color

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

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


#ead89d Background Color

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

This div background color is #ead89d


#ead89d Border Color

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

This div border color is #ead89d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead89d


Comments

No comments written yet.

Please login to write comment.