Color Hex Logo

#ead47e Color Hex

#EAD47E
(234,212,126)
0 Favorites   0 Comments

Color spaces of #ead47e

RGB 234212126
HSL0.130.720.71
HSV48°46°92°
CMYK 0.000.090.46   0.08
XYZ61.241166.085829.2667
Yxy66.08580.39110.4220
Hunter Lab81.2932-7.792535.5600
CIE-Lab85.0402-3.662745.1344

#ead47e color RGB value is (234,212,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010100 01111110
Octal 352 324 176
Decimal 234 212 126
Hex EA D4 7E

RGB Percentages of Color #ead47e

%40.91
%37.06
%22.03

CMYK Percentages of Color #ead47e

%0
%9
%46
%8

Triadic Colors of #ead47e

#ead47e #7eead4 #d47eea

Analogous Colors of #ead47e

#ead47e #caea7e #ea9e7e

Monochromatic Colors of #ead47e

#ead47e

Complementary Color

#ead47e #7e94ea

#ead47e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead47e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead47e Color CSS Codes

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

#ead47e Text Font Color

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

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


#ead47e Background Color

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

This div background color is #ead47e


#ead47e Border Color

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

This div border color is #ead47e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead47e


Comments

No comments written yet.

Please login to write comment.