Color Hex Logo

#ead37e Color Hex

#EAD37E
(234,211,126)
0 Favorites   0 Comments

Color spaces of #ead37e

RGB 234211126
HSL0.130.720.71
HSV47°46°92°
CMYK 0.000.100.46   0.08
XYZ60.991865.587329.1837
Yxy65.58730.39160.4211
Hunter Lab80.9860-7.294435.3247
CIE-Lab84.7855-3.151744.8174

#ead37e color RGB value is (234,211,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010011 01111110
Octal 352 323 176
Decimal 234 211 126
Hex EA D3 7E

RGB Percentages of Color #ead37e

%40.98
%36.95
%22.07

CMYK Percentages of Color #ead37e

%0
%10
%46
%8

Triadic Colors of #ead37e

#ead37e #7eead3 #d37eea

Analogous Colors of #ead37e

#ead37e #cbea7e #ea9d7e

Monochromatic Colors of #ead37e

#ead37e

Complementary Color

#ead37e #7e95ea

#ead37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead37e Color CSS Codes

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

#ead37e Text Font Color

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

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


#ead37e Background Color

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

This div background color is #ead37e


#ead37e Border Color

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

This div border color is #ead37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead37e


Comments

No comments written yet.

Please login to write comment.