Color Hex Logo

#ead57e Color Hex

#EAD57E
(234,213,126)
2 Favorites   0 Comments

Color spaces of #ead57e

RGB 234213126
HSL0.130.720.71
HSV48°46°92°
CMYK 0.000.090.46   0.08
XYZ61.491866.587329.3503
Yxy66.58730.39060.4230
Hunter Lab81.6010-8.290235.7953
CIE-Lab85.2951-4.173145.4512

#ead57e color RGB value is (234,213,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010101 01111110
Octal 352 325 176
Decimal 234 213 126
Hex EA D5 7E

RGB Percentages of Color #ead57e

%40.84
%37.17
%21.99

CMYK Percentages of Color #ead57e

%0
%9
%46
%8

Triadic Colors of #ead57e

#ead57e #7eead5 #d57eea

Analogous Colors of #ead57e

#ead57e #c9ea7e #ea9f7e

Monochromatic Colors of #ead57e

#ead57e

Complementary Color

#ead57e #7e93ea

#ead57e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead57e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead57e Color CSS Codes

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

#ead57e Text Font Color

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

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


#ead57e Background Color

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

This div background color is #ead57e


#ead57e Border Color

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

This div border color is #ead57e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead57e


Comments

No comments written yet.

Please login to write comment.