Color Hex Logo

#eed6eb Color Hex

#EED6EB
(238,214,235)
2 Favorites   0 Comments

Color spaces of #eed6eb

RGB 238214235
HSL0.850.410.89
HSV308°10°93°
CMYK 0.000.100.01   0.07
XYZ74.301972.268488.6303
Yxy72.26840.31590.3073
Hunter Lab85.01087.2452-2.3068
CIE-Lab88.097611.9033-7.2614

#eed6eb color RGB value is (238,214,235).

#eed6eb hex color red value is 238, green value is 214 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #eed6eb hue: 0.85 , saturation: 0.41 and the lightness value of eed6eb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010110 11101011
Octal 356 326 353
Decimal 238 214 235
Hex EE D6 EB

RGB Percentages of Color #eed6eb

%34.64
%31.15
%34.21

CMYK Percentages of Color #eed6eb

%0
%10
%1
%7

Triadic Colors of #eed6eb

#eed6eb #ebeed6 #d6ebee

Analogous Colors of #eed6eb

#eed6eb #eed6df #e5d6ee

Monochromatic Colors of #eed6eb

#eed6eb

Complementary Color

#eed6eb #d6eed9

#eed6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed6eb Color CSS Codes

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

#eed6eb Text Font Color

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

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


#eed6eb Background Color

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

This div background color is #eed6eb


#eed6eb Border Color

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

This div border color is #eed6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed6eb


Comments

No comments written yet.

Please login to write comment.