Color Hex Logo

#ead86f Color Hex

#EAD86F
(234,216,111)
0 Favorites   0 Comments

Color spaces of #ead86f

RGB 234216111
HSL0.140.750.68
HSV51°53°92°
CMYK 0.000.080.53   0.08
XYZ61.356867.751924.8825
Yxy67.75190.39840.4400
Hunter Lab82.3115-10.987439.6949
CIE-Lab85.8822-7.020653.3830

#ead86f color RGB value is (234,216,111).

#ead86f hex color red value is 234, green value is 216 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ead86f hue: 0.14 , saturation: 0.75 and the lightness value of ead86f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011000 01101111
Octal 352 330 157
Decimal 234 216 111
Hex EA D8 6F

RGB Percentages of Color #ead86f

%41.71
%38.50
%19.79

CMYK Percentages of Color #ead86f

%0
%8
%53
%8

Triadic Colors of #ead86f

#ead86f #6fead8 #d86fea

Analogous Colors of #ead86f

#ead86f #bfea6f #ea9b6f

Monochromatic Colors of #ead86f

#ead86f

Complementary Color

#ead86f #6f81ea

#ead86f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead86f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead86f Color CSS Codes

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

#ead86f Text Font Color

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

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


#ead86f Background Color

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

This div background color is #ead86f


#ead86f Border Color

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

This div border color is #ead86f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead86f

#ead86f Color Palettes


Comments

No comments written yet.

Please login to write comment.