Color Hex Logo

#ead66f Color Hex

#EAD66F
(234,214,111)
0 Favorites   0 Comments

Color spaces of #ead66f

RGB 234214111
HSL0.140.750.68
HSV50°53°92°
CMYK 0.000.090.53   0.08
XYZ60.847566.733324.7127
Yxy66.73330.39950.4382
Hunter Lab81.6905-10.001839.2471
CIE-Lab85.3691-6.007652.7770

#ead66f color RGB value is (234,214,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010110 01101111
Octal 352 326 157
Decimal 234 214 111
Hex EA D6 6F

RGB Percentages of Color #ead66f

%41.86
%38.28
%19.86

CMYK Percentages of Color #ead66f

%0
%9
%53
%8

Triadic Colors of #ead66f

#ead66f #6fead6 #d66fea

Analogous Colors of #ead66f

#ead66f #c1ea6f #ea996f

Monochromatic Colors of #ead66f

#ead66f

Complementary Color

#ead66f #6f83ea

#ead66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead66f Color CSS Codes

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

#ead66f Text Font Color

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

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


#ead66f Background Color

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

This div background color is #ead66f


#ead66f Border Color

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

This div border color is #ead66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead66f


Comments

No comments written yet.

Please login to write comment.