Color Hex Logo

#eadb7c Color Hex

#EADB7C
(234,219,124)
0 Favorites   0 Comments

Color spaces of #eadb7c

RGB 234219124
HSL0.140.720.70
HSV52°47°92°
CMYK 0.000.060.47   0.08
XYZ62.901369.610729.1897
Yxy69.61070.38900.4305
Hunter Lab83.4330-11.434237.6600
CIE-Lab86.8056-7.404548.2915

#eadb7c color RGB value is (234,219,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011011 01111100
Octal 352 333 174
Decimal 234 219 124
Hex EA DB 7C

RGB Percentages of Color #eadb7c

%40.55
%37.95
%21.49

CMYK Percentages of Color #eadb7c

%0
%6
%47
%8

Triadic Colors of #eadb7c

#eadb7c #7ceadb #db7cea

Analogous Colors of #eadb7c

#eadb7c #c2ea7c #eaa47c

Monochromatic Colors of #eadb7c

#eadb7c

Complementary Color

#eadb7c #7c8bea

#eadb7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadb7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadb7c Color CSS Codes

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

#eadb7c Text Font Color

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

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


#eadb7c Background Color

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

This div background color is #eadb7c


#eadb7c Border Color

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

This div border color is #eadb7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadb7c


Comments

No comments written yet.

Please login to write comment.