Color Hex Logo

#ead97c Color Hex

#EAD97C
(234,217,124)
0 Favorites   0 Comments

Color spaces of #ead97c

RGB 234217124
HSL0.140.720.70
HSV51°47°92°
CMYK 0.000.070.47   0.08
XYZ62.382668.573429.0168
Yxy68.57340.39000.4287
Hunter Lab82.8091-10.446337.1908
CIE-Lab86.2924-6.393447.6618

#ead97c color RGB value is (234,217,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011001 01111100
Octal 352 331 174
Decimal 234 217 124
Hex EA D9 7C

RGB Percentages of Color #ead97c

%40.70
%37.74
%21.57

CMYK Percentages of Color #ead97c

%0
%7
%47
%8

Triadic Colors of #ead97c

#ead97c #7cead9 #d97cea

Analogous Colors of #ead97c

#ead97c #c4ea7c #eaa27c

Monochromatic Colors of #ead97c

#ead97c

Complementary Color

#ead97c #7c8dea

#ead97c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead97c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead97c Color CSS Codes

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

#ead97c Text Font Color

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

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


#ead97c Background Color

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

This div background color is #ead97c


#ead97c Border Color

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

This div border color is #ead97c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead97c


Comments

No comments written yet.

Please login to write comment.