Color Hex Logo

#ead96e Color Hex

#EAD96E
(234,217,110)
0 Favorites   0 Comments

Color spaces of #ead96e

RGB 234217110
HSL0.140.750.67
HSV52°53°92°
CMYK 0.000.070.53   0.08
XYZ61.559068.243924.6797
Yxy68.24390.39850.4418
Hunter Lab82.6099-11.553140.1140
CIE-Lab86.1283-7.606854.1403

#ead96e color RGB value is (234,217,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011001 01101110
Octal 352 331 156
Decimal 234 217 110
Hex EA D9 6E

RGB Percentages of Color #ead96e

%41.71
%38.68
%19.61

CMYK Percentages of Color #ead96e

%0
%7
%53
%8

Triadic Colors of #ead96e

#ead96e #6eead9 #d96eea

Analogous Colors of #ead96e

#ead96e #bdea6e #ea9b6e

Monochromatic Colors of #ead96e

#ead96e

Complementary Color

#ead96e #6e7fea

#ead96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead96e Color CSS Codes

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

#ead96e Text Font Color

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

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


#ead96e Background Color

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

This div background color is #ead96e


#ead96e Border Color

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

This div border color is #ead96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead96e


Comments

No comments written yet.

Please login to write comment.