Color Hex Logo

#eeeaf1 Color Hex

#EEEAF1
(238,234,241)
0 Favorites   0 Comments

Color spaces of #eeeaf1

RGB 238234241
HSL0.760.200.93
HSV274°95°
CMYK 0.010.030.00   0.05
XYZ80.559983.373795.0659
Yxy83.37370.31100.3219
Hunter Lab91.3092-2.30492.1871
CIE-Lab93.17782.5902-2.9171

#eeeaf1 color RGB value is (238,234,241).

#eeeaf1 hex color red value is 238, green value is 234 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #eeeaf1 hue: 0.76 , saturation: 0.20 and the lightness value of eeeaf1 is 0.93.

The process color (four color CMYK) of #eeeaf1 color hex is 0.01, 0.03, 0.00, 0.05. Web safe color of #eeeaf1 is #ffffff. Color #eeeaf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101010 11110001
Octal 356 352 361
Decimal 238 234 241
Hex EE EA F1

RGB Percentages of Color #eeeaf1

%33.38
%32.82
%33.80

CMYK Percentages of Color #eeeaf1

%1
%3
%0
%5

Triadic Colors of #eeeaf1

#eeeaf1 #f1eeea #eaf1ee

Analogous Colors of #eeeaf1

#eeeaf1 #f1eaf1 #ebeaf1

Monochromatic Colors of #eeeaf1

#eeeaf1

Complementary Color

#eeeaf1 #edf1ea

#eeeaf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeaf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeaf1 Color CSS Codes

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

#eeeaf1 Text Font Color

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

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


#eeeaf1 Background Color

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

This div background color is #eeeaf1


#eeeaf1 Border Color

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

This div border color is #eeeaf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeaf1

#eeeaf1 Color Palettes


Comments

No comments written yet.

Please login to write comment.