Color Hex Logo

#eeafaf Color Hex

#EEAFAF
(238,175,175)
4 Favorites   0 Comments

Color spaces of #eeafaf

RGB 238175175
HSL0.000.650.81
HSV26°93°
CMYK 0.000.260.26   0.07
XYZ58.327751.932247.5072
Yxy51.93220.36970.3292
Hunter Lab72.064018.363711.3587
CIE-Lab77.240322.99789.0669

#eeafaf color RGB value is (238,175,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101111 10101111
Octal 356 257 257
Decimal 238 175 175
Hex EE AF AF

RGB Percentages of Color #eeafaf

%40.48
%29.76
%29.76

CMYK Percentages of Color #eeafaf

%0
%26
%26
%7

Triadic Colors of #eeafaf

#eeafaf #afeeaf #afafee

Analogous Colors of #eeafaf

#eeafaf #eecfaf #eeafcf

Monochromatic Colors of #eeafaf

#eeafaf

Complementary Color

#eeafaf #afeeee

#eeafaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeafaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeafaf Color CSS Codes

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

#eeafaf Text Font Color

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

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


#eeafaf Background Color

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

This div background color is #eeafaf


#eeafaf Border Color

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

This div border color is #eeafaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeafaf

#eeafaf Color Palettes


Comments

No comments written yet.

Please login to write comment.