Color Hex Logo

#ead17e Color Hex

#EAD17E
(234,209,126)
0 Favorites   0 Comments

Color spaces of #ead17e

RGB 234209126
HSL0.130.720.71
HSV46°46°92°
CMYK 0.000.110.46   0.08
XYZ60.498064.599729.0191
Yxy64.59970.39250.4192
Hunter Lab80.3739-6.296334.8550
CIE-Lab84.2770-2.127244.1837

#ead17e color RGB value is (234,209,126).

#ead17e hex color red value is 234, green value is 209 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ead17e hue: 0.13 , saturation: 0.72 and the lightness value of ead17e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010001 01111110
Octal 352 321 176
Decimal 234 209 126
Hex EA D1 7E

RGB Percentages of Color #ead17e

%41.12
%36.73
%22.14

CMYK Percentages of Color #ead17e

%0
%11
%46
%8

Triadic Colors of #ead17e

#ead17e #7eead1 #d17eea

Analogous Colors of #ead17e

#ead17e #cdea7e #ea9b7e

Monochromatic Colors of #ead17e

#ead17e

Complementary Color

#ead17e #7e97ea

#ead17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead17e Color CSS Codes

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

#ead17e Text Font Color

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

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


#ead17e Background Color

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

This div background color is #ead17e


#ead17e Border Color

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

This div border color is #ead17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead17e


Comments

No comments written yet.

Please login to write comment.