Color Hex Logo

#ead857 Color Hex

#EAD857
(234,216,87)
0 Favorites   0 Comments

Color spaces of #ead857

RGB 23421687
HSL0.150.780.63
HSV53°63°92°
CMYK 0.000.080.63   0.08
XYZ60.207967.292318.8322
Yxy67.29230.41140.4599
Hunter Lab82.0319-12.544443.8110
CIE-Lab85.6513-8.739563.8288

#ead857 color RGB value is (234,216,87).

#ead857 hex color red value is 234, green value is 216 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #ead857 hue: 0.15 , saturation: 0.78 and the lightness value of ead857 is 0.63.

The process color (four color CMYK) of #ead857 color hex is 0.00, 0.08, 0.63, 0.08. Web safe color of #ead857 is #ffcc66. Color #ead857 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011000 01010111
Octal 352 330 127
Decimal 234 216 87
Hex EA D8 57

RGB Percentages of Color #ead857

%43.58
%40.22
%16.20

CMYK Percentages of Color #ead857

%0
%8
%63
%8

Triadic Colors of #ead857

#ead857 #57ead8 #d857ea

Analogous Colors of #ead857

#ead857 #b3ea57 #ea8f57

Monochromatic Colors of #ead857

#ead857

Complementary Color

#ead857 #5769ea

#ead857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead857 Color CSS Codes

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

#ead857 Text Font Color

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

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


#ead857 Background Color

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

This div background color is #ead857


#ead857 Border Color

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

This div border color is #ead857


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead857


Comments

No comments written yet.

Please login to write comment.