Color Hex Logo

#ead1a7 Color Hex

#EAD1A7
(234,209,167)
0 Favorites   0 Comments

Color spaces of #ead1a7

RGB 234209167
HSL0.100.610.79
HSV38°29°92°
CMYK 0.000.110.29   0.08
XYZ63.707265.883445.9182
Yxy65.88340.36300.3754
Hunter Lab81.1686-1.944823.2768
CIE-Lab84.93692.503024.0475

#ead1a7 color RGB value is (234,209,167).

#ead1a7 hex color red value is 234, green value is 209 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #ead1a7 hue: 0.10 , saturation: 0.61 and the lightness value of ead1a7 is 0.79.

The process color (four color CMYK) of #ead1a7 color hex is 0.00, 0.11, 0.29, 0.08. Web safe color of #ead1a7 is #ffcc99. Color #ead1a7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010001 10100111
Octal 352 321 247
Decimal 234 209 167
Hex EA D1 A7

RGB Percentages of Color #ead1a7

%38.36
%34.26
%27.38

CMYK Percentages of Color #ead1a7

%0
%11
%29
%8

Triadic Colors of #ead1a7

#ead1a7 #a7ead1 #d1a7ea

Analogous Colors of #ead1a7

#ead1a7 #e2eaa7 #eab0a7

Monochromatic Colors of #ead1a7

#ead1a7

Complementary Color

#ead1a7 #a7c0ea

#ead1a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead1a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead1a7 Color CSS Codes

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

#ead1a7 Text Font Color

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

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


#ead1a7 Background Color

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

This div background color is #ead1a7


#ead1a7 Border Color

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

This div border color is #ead1a7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead1a7


Comments

No comments written yet.

Please login to write comment.