Color Hex Logo

#eeafec Color Hex

#EEAFEC
(238,175,236)
0 Favorites   0 Comments

Color spaces of #eeafec

RGB 238175236
HSL0.840.650.81
HSV302°26°93°
CMYK 0.000.260.01   0.07
XYZ65.730254.893286.4880
Yxy54.89320.31740.2650
Hunter Lab74.089928.7020-17.3485
CIE-Lab78.979732.7641-21.4650

#eeafec color RGB value is (238,175,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101111 11101100
Octal 356 257 354
Decimal 238 175 236
Hex EE AF EC

RGB Percentages of Color #eeafec

%36.67
%26.96
%36.36

CMYK Percentages of Color #eeafec

%0
%26
%1
%7

Triadic Colors of #eeafec

#eeafec #eceeaf #afecee

Analogous Colors of #eeafec

#eeafec #eeafcd #d1afee

Monochromatic Colors of #eeafec

#eeafec

Complementary Color

#eeafec #afeeb1

#eeafec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeafec Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeafec Color CSS Codes

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

#eeafec Text Font Color

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

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


#eeafec Background Color

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

This div background color is #eeafec


#eeafec Border Color

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

This div border color is #eeafec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeafec


Comments

No comments written yet.

Please login to write comment.