Color Hex Logo

#efddee Color Hex

#EFDDEE
(239,221,238)
0 Favorites   0 Comments

Color spaces of #efddee

RGB 239221238
HSL0.840.360.90
HSV303°94°
CMYK 0.000.080.00   0.06
XYZ76.885776.236791.5518
Yxy76.23670.31420.3116
Hunter Lab87.31364.3828-1.0484
CIE-Lab89.96919.1147-6.0643

#efddee color RGB value is (239,221,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011101 11101110
Octal 357 335 356
Decimal 239 221 238
Hex EF DD EE

RGB Percentages of Color #efddee

%34.24
%31.66
%34.10

CMYK Percentages of Color #efddee

%0
%8
%0
%6

Triadic Colors of #efddee

#efddee #eeefdd #ddeeef

Analogous Colors of #efddee

#efddee #efdde5 #e7ddef

Monochromatic Colors of #efddee

#efddee

Complementary Color

#efddee #ddefde

#efddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#efddee Color CSS Codes

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

#efddee Text Font Color

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

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


#efddee Background Color

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

This div background color is #efddee


#efddee Border Color

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

This div border color is #efddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efddee


Comments

No comments written yet.

Please login to write comment.