Color Hex Logo

#eeddfc Color Hex

#EEDDFC
(238,221,252)
0 Favorites   0 Comments

Color spaces of #eeddfc

RGB 238221252
HSL0.760.840.93
HSV273°12°99°
CMYK 0.060.120.00   0.01
XYZ78.687076.9183102.7949
Yxy76.91830.30450.2977
Hunter Lab87.70316.6694-8.1004
CIE-Lab90.284011.3677-12.9524

#eeddfc color RGB value is (238,221,252).

#eeddfc hex color red value is 238, green value is 221 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #eeddfc hue: 0.76 , saturation: 0.84 and the lightness value of eeddfc is 0.93.

The process color (four color CMYK) of #eeddfc color hex is 0.06, 0.12, 0.00, 0.01. Web safe color of #eeddfc is #ffccff. Color #eeddfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011101 11111100
Octal 356 335 374
Decimal 238 221 252
Hex EE DD FC

RGB Percentages of Color #eeddfc

%33.47
%31.08
%35.44

CMYK Percentages of Color #eeddfc

%6
%12
%0
%1

Triadic Colors of #eeddfc

#eeddfc #fceedd #ddfcee

Analogous Colors of #eeddfc

#eeddfc #fcddfb #dfddfc

Monochromatic Colors of #eeddfc

#eeddfc

Complementary Color

#eeddfc #ebfcdd

#eeddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeddfc Color CSS Codes

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

#eeddfc Text Font Color

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

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


#eeddfc Background Color

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

This div background color is #eeddfc


#eeddfc Border Color

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

This div border color is #eeddfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeddfc


Comments

No comments written yet.

Please login to write comment.