Color Hex Logo

#ead39d Color Hex

#EAD39D
(234,211,157)
0 Favorites   0 Comments

Color spaces of #ead39d

RGB 234211157
HSL0.120.650.77
HSV42°33°92°
CMYK 0.000.100.33   0.08
XYZ63.311866.515341.4001
Yxy66.51530.36980.3885
Hunter Lab81.5569-4.156926.9929
CIE-Lab85.25860.209329.6920

#ead39d color RGB value is (234,211,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010011 10011101
Octal 352 323 235
Decimal 234 211 157
Hex EA D3 9D

RGB Percentages of Color #ead39d

%38.87
%35.05
%26.08

CMYK Percentages of Color #ead39d

%0
%10
%33
%8

Triadic Colors of #ead39d

#ead39d #9dead3 #d39dea

Analogous Colors of #ead39d

#ead39d #dbea9d #eaad9d

Monochromatic Colors of #ead39d

#ead39d

Complementary Color

#ead39d #9db4ea

#ead39d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead39d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead39d Color CSS Codes

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

#ead39d Text Font Color

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

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


#ead39d Background Color

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

This div background color is #ead39d


#ead39d Border Color

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

This div border color is #ead39d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead39d


Comments

No comments written yet.

Please login to write comment.