Color Hex Logo

#eeaf8e Color Hex

#EEAF8E
(238,175,142)
0 Favorites   0 Comments

Color spaces of #eeaf8e

RGB 238175142
HSL0.060.740.75
HSV21°40°93°
CMYK 0.000.260.40   0.07
XYZ55.472450.790132.4709
Yxy50.79010.39980.3661
Hunter Lab71.267214.221922.8732
CIE-Lab76.551718.916225.9509

#eeaf8e color RGB value is (238,175,142).

#eeaf8e hex color red value is 238, green value is 175 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #eeaf8e hue: 0.06 , saturation: 0.74 and the lightness value of eeaf8e is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101111 10001110
Octal 356 257 216
Decimal 238 175 142
Hex EE AF 8E

RGB Percentages of Color #eeaf8e

%42.88
%31.53
%25.59

CMYK Percentages of Color #eeaf8e

%0
%26
%40
%7

Triadic Colors of #eeaf8e

#eeaf8e #8eeeaf #af8eee

Analogous Colors of #eeaf8e

#eeaf8e #eedf8e #ee8e9d

Monochromatic Colors of #eeaf8e

#eeaf8e

Complementary Color

#eeaf8e #8ecdee

#eeaf8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaf8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaf8e Color CSS Codes

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

#eeaf8e Text Font Color

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

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


#eeaf8e Background Color

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

This div background color is #eeaf8e


#eeaf8e Border Color

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

This div border color is #eeaf8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaf8e


Comments

No comments written yet.

Please login to write comment.