Color Hex Logo

#eee3ea Color Hex

#EEE3EA
(238,227,234)
0 Favorites   0 Comments

Color spaces of #eee3ea

RGB 238227234
HSL0.890.240.91
HSV322°93°
CMYK 0.000.050.02   0.07
XYZ77.580379.055889.0123
Yxy79.05580.31580.3218
Hunter Lab88.91330.14982.8833
CIE-Lab91.25954.9514-2.0777

#eee3ea color RGB value is (238,227,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100011 11101010
Octal 356 343 352
Decimal 238 227 234
Hex EE E3 EA

RGB Percentages of Color #eee3ea

%34.05
%32.47
%33.48

CMYK Percentages of Color #eee3ea

%0
%5
%2
%7

Triadic Colors of #eee3ea

#eee3ea #eaeee3 #e3eaee

Analogous Colors of #eee3ea

#eee3ea #eee3e5 #ede3ee

Monochromatic Colors of #eee3ea

#eee3ea

Complementary Color

#eee3ea #e3eee7

#eee3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee3ea Color CSS Codes

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

#eee3ea Text Font Color

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

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


#eee3ea Background Color

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

This div background color is #eee3ea


#eee3ea Border Color

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

This div border color is #eee3ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee3ea

#eee3ea Color Palettes


Comments

No comments written yet.

Please login to write comment.