Color Hex Logo

#ead79d Color Hex

#EAD79D
(234,215,157)
0 Favorites   0 Comments

Color spaces of #ead79d

RGB 234215157
HSL0.130.650.77
HSV45°33°92°
CMYK 0.000.080.33   0.08
XYZ64.317968.527641.7355
Yxy68.52760.36840.3925
Hunter Lab82.7814-6.179928.0550
CIE-Lab86.2696-1.847531.0449

#ead79d color RGB value is (234,215,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010111 10011101
Octal 352 327 235
Decimal 234 215 157
Hex EA D7 9D

RGB Percentages of Color #ead79d

%38.61
%35.48
%25.91

CMYK Percentages of Color #ead79d

%0
%8
%33
%8

Triadic Colors of #ead79d

#ead79d #9dead7 #d79dea

Analogous Colors of #ead79d

#ead79d #d7ea9d #eab19d

Monochromatic Colors of #ead79d

#ead79d

Complementary Color

#ead79d #9db0ea

#ead79d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead79d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead79d Color CSS Codes

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

#ead79d Text Font Color

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

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


#ead79d Background Color

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

This div background color is #ead79d


#ead79d Border Color

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

This div border color is #ead79d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead79d


Comments

No comments written yet.

Please login to write comment.