Color Hex Logo

#eeafa7 Color Hex

#EEAFA7
(238,175,167)
0 Favorites   0 Comments

Color spaces of #eeafa7

RGB 238175167
HSL0.020.680.79
HSV30°93°
CMYK 0.000.260.30   0.07
XYZ57.564951.627143.4902
Yxy51.62710.37700.3381
Hunter Lab71.852017.265914.4097
CIE-Lab77.057321.926013.1535

#eeafa7 color RGB value is (238,175,167).

#eeafa7 hex color red value is 238, green value is 175 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #eeafa7 hue: 0.02 , saturation: 0.68 and the lightness value of eeafa7 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101111 10100111
Octal 356 257 247
Decimal 238 175 167
Hex EE AF A7

RGB Percentages of Color #eeafa7

%41.03
%30.17
%28.79

CMYK Percentages of Color #eeafa7

%0
%26
%30
%7

Triadic Colors of #eeafa7

#eeafa7 #a7eeaf #afa7ee

Analogous Colors of #eeafa7

#eeafa7 #eed3a7 #eea7c3

Monochromatic Colors of #eeafa7

#eeafa7

Complementary Color

#eeafa7 #a7e6ee

#eeafa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeafa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeafa7 Color CSS Codes

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

#eeafa7 Text Font Color

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

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


#eeafa7 Background Color

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

This div background color is #eeafa7


#eeafa7 Border Color

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

This div border color is #eeafa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeafa7


Comments

No comments written yet.

Please login to write comment.