Color Hex Logo

#ead487 Color Hex

#EAD487
(234,212,135)
0 Favorites   0 Comments

Color spaces of #ead487

RGB 234212135
HSL0.130.700.72
HSV47°42°92°
CMYK 0.000.090.42   0.08
XYZ61.848366.328732.4646
Yxy66.32870.38500.4129
Hunter Lab81.4424-6.969433.3755
CIE-Lab85.1638-2.773140.8080

#ead487 color RGB value is (234,212,135).

#ead487 hex color red value is 234, green value is 212 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #ead487 hue: 0.13 , saturation: 0.70 and the lightness value of ead487 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010100 10000111
Octal 352 324 207
Decimal 234 212 135
Hex EA D4 87

RGB Percentages of Color #ead487

%40.28
%36.49
%23.24

CMYK Percentages of Color #ead487

%0
%9
%42
%8

Triadic Colors of #ead487

#ead487 #87ead4 #d487ea

Analogous Colors of #ead487

#ead487 #cfea87 #eaa387

Monochromatic Colors of #ead487

#ead487

Complementary Color

#ead487 #879dea

#ead487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead487 Color CSS Codes

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

#ead487 Text Font Color

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

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


#ead487 Background Color

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

This div background color is #ead487


#ead487 Border Color

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

This div border color is #ead487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead487


Comments

No comments written yet.

Please login to write comment.