Color Hex Logo

#efcddd Color Hex

#EFCDDD
(239,205,221)
0 Favorites   0 Comments

Color spaces of #efcddd

RGB 239205221
HSL0.920.520.87
HSV332°14°94°
CMYK 0.000.140.08   0.06
XYZ70.479167.233877.6694
Yxy67.23380.32720.3122
Hunter Lab81.99629.93471.2360
CIE-Lab85.621914.5359-3.4907

#efcddd color RGB value is (239,205,221).

#efcddd hex color red value is 239, green value is 205 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #efcddd hue: 0.92 , saturation: 0.52 and the lightness value of efcddd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001101 11011101
Octal 357 315 335
Decimal 239 205 221
Hex EF CD DD

RGB Percentages of Color #efcddd

%35.94
%30.83
%33.23

CMYK Percentages of Color #efcddd

%0
%14
%8
%6

Triadic Colors of #efcddd

#efcddd #ddefcd #cdddef

Analogous Colors of #efcddd

#efcddd #efcecd #efcdee

Monochromatic Colors of #efcddd

#efcddd

Complementary Color

#efcddd #cdefdf

#efcddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcddd Color CSS Codes

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

#efcddd Text Font Color

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

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


#efcddd Background Color

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

This div background color is #efcddd


#efcddd Border Color

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

This div border color is #efcddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcddd


Comments

No comments written yet.

Please login to write comment.