Color Hex Logo

#eeeaf5 Color Hex

#EEEAF5
(238,234,245)
0 Favorites   0 Comments

Color spaces of #eeeaf5

RGB 238234245
HSL0.730.350.94
HSV262°96°
CMYK 0.030.040.00   0.04
XYZ81.164183.615498.2478
Yxy83.61540.30860.3179
Hunter Lab91.4415-1.58470.3058
CIE-Lab93.28323.3159-4.8447

#eeeaf5 color RGB value is (238,234,245).

#eeeaf5 hex color red value is 238, green value is 234 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #eeeaf5 hue: 0.73 , saturation: 0.35 and the lightness value of eeeaf5 is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101010 11110101
Octal 356 352 365
Decimal 238 234 245
Hex EE EA F5

RGB Percentages of Color #eeeaf5

%33.19
%32.64
%34.17

CMYK Percentages of Color #eeeaf5

%3
%4
%0
%4

Triadic Colors of #eeeaf5

#eeeaf5 #f5eeea #eaf5ee

Analogous Colors of #eeeaf5

#eeeaf5 #f4eaf5 #eaecf5

Monochromatic Colors of #eeeaf5

#eeeaf5

Complementary Color

#eeeaf5 #f1f5ea

#eeeaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeaf5 Color CSS Codes

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

#eeeaf5 Text Font Color

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

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


#eeeaf5 Background Color

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

This div background color is #eeeaf5


#eeeaf5 Border Color

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

This div border color is #eeeaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeaf5


Comments

No comments written yet.

Please login to write comment.