Color Hex Logo

#eeaf9d Color Hex

#EEAF9D
(238,175,157)
0 Favorites   0 Comments

Color spaces of #eeaf9d

RGB 238175157
HSL0.040.700.77
HSV13°34°93°
CMYK 0.000.260.34   0.07
XYZ56.675751.271438.8075
Yxy51.27140.38620.3494
Hunter Lab71.604115.978417.9892
CIE-Lab76.843120.659818.2725

#eeaf9d color RGB value is (238,175,157).

#eeaf9d hex color red value is 238, green value is 175 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #eeaf9d hue: 0.04 , saturation: 0.70 and the lightness value of eeaf9d is 0.77.

The process color (four color CMYK) of #eeaf9d color hex is 0.00, 0.26, 0.34, 0.07. Web safe color of #eeaf9d is #ff9999. Color #eeaf9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101111 10011101
Octal 356 257 235
Decimal 238 175 157
Hex EE AF 9D

RGB Percentages of Color #eeaf9d

%41.75
%30.70
%27.54

CMYK Percentages of Color #eeaf9d

%0
%26
%34
%7

Triadic Colors of #eeaf9d

#eeaf9d #9deeaf #af9dee

Analogous Colors of #eeaf9d

#eeaf9d #eed89d #ee9db4

Monochromatic Colors of #eeaf9d

#eeaf9d

Complementary Color

#eeaf9d #9ddcee

#eeaf9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaf9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaf9d Color CSS Codes

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

#eeaf9d Text Font Color

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

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


#eeaf9d Background Color

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

This div background color is #eeaf9d


#eeaf9d Border Color

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

This div border color is #eeaf9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaf9d


Comments

No comments written yet.

Please login to write comment.