Color Hex Logo

#eeeae1 Color Hex

#EEEAE1
(238,234,225)
1 Favorites   0 Comments

Color spaces of #eeeae1

RGB 238234225
HSL0.120.280.91
HSV42°93°
CMYK 0.000.020.05   0.07
XYZ78.273382.459083.0249
Yxy82.45900.32110.3383
Hunter Lab90.8069-5.04969.3559
CIE-Lab92.7771-0.20254.8295

#eeeae1 color RGB value is (238,234,225).

#eeeae1 hex color red value is 238, green value is 234 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #eeeae1 hue: 0.12 , saturation: 0.28 and the lightness value of eeeae1 is 0.91.

The process color (four color CMYK) of #eeeae1 color hex is 0.00, 0.02, 0.05, 0.07. Web safe color of #eeeae1 is #ffffcc. Color #eeeae1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101010 11100001
Octal 356 352 341
Decimal 238 234 225
Hex EE EA E1

RGB Percentages of Color #eeeae1

%34.15
%33.57
%32.28

CMYK Percentages of Color #eeeae1

%0
%2
%5
%7

Triadic Colors of #eeeae1

#eeeae1 #e1eeea #eae1ee

Analogous Colors of #eeeae1

#eeeae1 #eceee1 #eee4e1

Monochromatic Colors of #eeeae1

#eeeae1

Complementary Color

#eeeae1 #e1e5ee

#eeeae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeae1 Color CSS Codes

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

#eeeae1 Text Font Color

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

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


#eeeae1 Background Color

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

This div background color is #eeeae1


#eeeae1 Border Color

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

This div border color is #eeeae1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,234,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 #eeeae1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeae1


Comments

No comments written yet.

Please login to write comment.