Color Hex Logo

#efdcdf Color Hex

#EFDCDF
(239,220,223)
0 Favorites   0 Comments

Color spaces of #efdcdf

RGB 239220223
HSL0.970.370.90
HSV351°94°
CMYK 0.000.080.07   0.06
XYZ74.509174.864880.3353
Yxy74.86480.32440.3259
Hunter Lab86.52442.29455.5182
CIE-Lab89.32967.02060.8804

#efdcdf color RGB value is (239,220,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011100 11011111
Octal 357 334 337
Decimal 239 220 223
Hex EF DC DF

RGB Percentages of Color #efdcdf

%35.04
%32.26
%32.70

CMYK Percentages of Color #efdcdf

%0
%8
%7
%6

Triadic Colors of #efdcdf

#efdcdf #dfefdc #dcdfef

Analogous Colors of #efdcdf

#efdcdf #efe3dc #efdce9

Monochromatic Colors of #efdcdf

#efdcdf

Complementary Color

#efdcdf #dcefec

#efdcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdcdf Color CSS Codes

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

#efdcdf Text Font Color

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

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


#efdcdf Background Color

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

This div background color is #efdcdf


#efdcdf Border Color

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

This div border color is #efdcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdcdf


Comments

No comments written yet.

Please login to write comment.