Color Hex Logo

#eeeaf7 Color Hex

#EEEAF7
(238,234,247)
0 Favorites   0 Comments

Color spaces of #eeeaf7

RGB 238234247
HSL0.720.450.94
HSV258°97°
CMYK 0.040.050.00   0.03
XYZ81.471283.738299.8648
Yxy83.73820.30740.3159
Hunter Lab91.5086-1.2193-0.6481
CIE-Lab93.33673.6829-5.8070

#eeeaf7 color RGB value is (238,234,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101010 11110111
Octal 356 352 367
Decimal 238 234 247
Hex EE EA F7

RGB Percentages of Color #eeeaf7

%33.10
%32.55
%34.35

CMYK Percentages of Color #eeeaf7

%4
%5
%0
%3

Triadic Colors of #eeeaf7

#eeeaf7 #f7eeea #eaf7ee

Analogous Colors of #eeeaf7

#eeeaf7 #f5eaf7 #eaedf7

Monochromatic Colors of #eeeaf7

#eeeaf7

Complementary Color

#eeeaf7 #f3f7ea

#eeeaf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeaf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeaf7 Color CSS Codes

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

#eeeaf7 Text Font Color

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

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


#eeeaf7 Background Color

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

This div background color is #eeeaf7


#eeeaf7 Border Color

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

This div border color is #eeeaf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeaf7


Comments

No comments written yet.

Please login to write comment.