Color Hex Logo

#eeafe1 Color Hex

#EEAFE1
(238,175,225)
0 Favorites   0 Comments

Color spaces of #eeafe1

RGB 238175225
HSL0.870.650.81
HSV312°26°93°
CMYK 0.000.260.05   0.07
XYZ64.180554.273378.3273
Yxy54.27330.32620.2758
Hunter Lab73.670426.5832-11.4686
CIE-Lab78.620830.8084-16.0646

#eeafe1 color RGB value is (238,175,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101111 11100001
Octal 356 257 341
Decimal 238 175 225
Hex EE AF E1

RGB Percentages of Color #eeafe1

%37.30
%27.43
%35.27

CMYK Percentages of Color #eeafe1

%0
%26
%5
%7

Triadic Colors of #eeafe1

#eeafe1 #e1eeaf #afe1ee

Analogous Colors of #eeafe1

#eeafe1 #eeafc2 #dcafee

Monochromatic Colors of #eeafe1

#eeafe1

Complementary Color

#eeafe1 #afeebc

#eeafe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeafe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeafe1 Color CSS Codes

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

#eeafe1 Text Font Color

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

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


#eeafe1 Background Color

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

This div background color is #eeafe1


#eeafe1 Border Color

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

This div border color is #eeafe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeafe1


Comments

No comments written yet.

Please login to write comment.