Color Hex Logo

#eeddea Color Hex

#EEDDEA
(238,221,234)
0 Favorites   0 Comments

Color spaces of #eeddea

RGB 238221234
HSL0.870.330.90
HSV314°93°
CMYK 0.000.070.02   0.07
XYZ75.967675.830688.4747
Yxy75.83060.31620.3156
Hunter Lab87.08083.32870.7175
CIE-Lab89.78068.0654-4.2503

#eeddea color RGB value is (238,221,234).

#eeddea hex color red value is 238, green value is 221 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #eeddea hue: 0.87 , saturation: 0.33 and the lightness value of eeddea is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011101 11101010
Octal 356 335 352
Decimal 238 221 234
Hex EE DD EA

RGB Percentages of Color #eeddea

%34.34
%31.89
%33.77

CMYK Percentages of Color #eeddea

%0
%7
%2
%7

Triadic Colors of #eeddea

#eeddea #eaeedd #ddeaee

Analogous Colors of #eeddea

#eeddea #eedde2 #eaddee

Monochromatic Colors of #eeddea

#eeddea

Complementary Color

#eeddea #ddeee1

#eeddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeddea Color CSS Codes

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

#eeddea Text Font Color

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

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


#eeddea Background Color

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

This div background color is #eeddea


#eeddea Border Color

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

This div border color is #eeddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeddea


Comments

No comments written yet.

Please login to write comment.