Color Hex Logo

#eeafae Color Hex

#EEAFAE
(238,175,174)
0 Favorites   0 Comments

Color spaces of #eeafae

RGB 238175174
HSL0.000.650.81
HSV27°93°
CMYK 0.000.260.27   0.07
XYZ58.229851.893146.9917
Yxy51.89310.37060.3303
Hunter Lab72.036918.223011.7492
CIE-Lab77.216922.86089.5773

#eeafae color RGB value is (238,175,174).

#eeafae hex color red value is 238, green value is 175 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #eeafae hue: 0.00 , saturation: 0.65 and the lightness value of eeafae is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101111 10101110
Octal 356 257 256
Decimal 238 175 174
Hex EE AF AE

RGB Percentages of Color #eeafae

%40.55
%29.81
%29.64

CMYK Percentages of Color #eeafae

%0
%26
%27
%7

Triadic Colors of #eeafae

#eeafae #aeeeaf #afaeee

Analogous Colors of #eeafae

#eeafae #eecfae #eeaecd

Monochromatic Colors of #eeafae

#eeafae

Complementary Color

#eeafae #aeedee

#eeafae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeafae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeafae Color CSS Codes

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

#eeafae Text Font Color

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

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


#eeafae Background Color

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

This div background color is #eeafae


#eeafae Border Color

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

This div border color is #eeafae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeafae


Comments

No comments written yet.

Please login to write comment.