Color Hex Logo

#efdcee Color Hex

#EFDCEE
(239,220,238)
0 Favorites   0 Comments

Color spaces of #efdcee

RGB 239220238
HSL0.840.370.90
HSV303°94°
CMYK 0.000.080.00   0.06
XYZ76.622475.710291.4640
Yxy75.71020.31430.3105
Hunter Lab87.01164.9167-1.4157
CIE-Lab89.72469.6362-6.4255

#efdcee color RGB value is (239,220,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011100 11101110
Octal 357 334 356
Decimal 239 220 238
Hex EF DC EE

RGB Percentages of Color #efdcee

%34.29
%31.56
%34.15

CMYK Percentages of Color #efdcee

%0
%8
%0
%6

Triadic Colors of #efdcee

#efdcee #eeefdc #dceeef

Analogous Colors of #efdcee

#efdcee #efdce5 #e7dcef

Monochromatic Colors of #efdcee

#efdcee

Complementary Color

#efdcee #dcefdd

#efdcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdcee Color CSS Codes

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

#efdcee Text Font Color

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

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


#efdcee Background Color

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

This div background color is #efdcee


#efdcee Border Color

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

This div border color is #efdcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdcee


Comments

No comments written yet.

Please login to write comment.