Color Hex Logo

#eed7a1 Color Hex

#EED7A1
(238,215,161)
0 Favorites   0 Comments

Color spaces of #eed7a1

RGB 238215161
HSL0.120.690.78
HSV42°32°93°
CMYK 0.000.100.32   0.07
XYZ65.993469.351243.6261
Yxy69.35120.36870.3875
Hunter Lab83.2774-4.282527.2342
CIE-Lab86.67770.172629.5870

#eed7a1 color RGB value is (238,215,161).

#eed7a1 hex color red value is 238, green value is 215 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #eed7a1 hue: 0.12 , saturation: 0.69 and the lightness value of eed7a1 is 0.78.

The process color (four color CMYK) of #eed7a1 color hex is 0.00, 0.10, 0.32, 0.07. Web safe color of #eed7a1 is #ffcc99. Color #eed7a1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010111 10100001
Octal 356 327 241
Decimal 238 215 161
Hex EE D7 A1

RGB Percentages of Color #eed7a1

%38.76
%35.02
%26.22

CMYK Percentages of Color #eed7a1

%0
%10
%32
%7

Triadic Colors of #eed7a1

#eed7a1 #a1eed7 #d7a1ee

Analogous Colors of #eed7a1

#eed7a1 #dfeea1 #eeb1a1

Monochromatic Colors of #eed7a1

#eed7a1

Complementary Color

#eed7a1 #a1b8ee

#eed7a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed7a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed7a1 Color CSS Codes

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

#eed7a1 Text Font Color

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

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


#eed7a1 Background Color

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

This div background color is #eed7a1


#eed7a1 Border Color

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

This div border color is #eed7a1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,215,161, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eed7a1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eed7a1;
  -webkit-box-shadow: 1px 1px 3px 2px #eed7a1;
  box-shadow:         1px 1px 3px 2px #eed7a1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,215,161, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed7a1


Comments

No comments written yet.

Please login to write comment.