Color Hex Logo

#eedaea Color Hex

#EEDAEA
(238,218,234)
0 Favorites   0 Comments

Color spaces of #eedaea

RGB 238218234
HSL0.870.370.89
HSV312°93°
CMYK 0.000.080.02   0.07
XYZ75.182674.260588.2131
Yxy74.26050.31640.3125
Hunter Lab86.17454.9261-0.3704
CIE-Lab89.04559.6304-5.3337

#eedaea color RGB value is (238,218,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 11101010
Octal 356 332 352
Decimal 238 218 234
Hex EE DA EA

RGB Percentages of Color #eedaea

%34.49
%31.59
%33.91

CMYK Percentages of Color #eedaea

%0
%8
%2
%7

Triadic Colors of #eedaea

#eedaea #eaeeda #daeaee

Analogous Colors of #eedaea

#eedaea #eedae0 #e8daee

Monochromatic Colors of #eedaea

#eedaea

Complementary Color

#eedaea #daeede

#eedaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedaea Color CSS Codes

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

#eedaea Text Font Color

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

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


#eedaea Background Color

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

This div background color is #eedaea


#eedaea Border Color

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

This div border color is #eedaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedaea


Comments

No comments written yet.

Please login to write comment.