Color Hex Logo

#efcddc Color Hex

#EFCDDC
(239,205,220)
0 Favorites   0 Comments

Color spaces of #efcddc

RGB 239205220
HSL0.930.520.87
HSV334°14°94°
CMYK 0.000.140.08   0.06
XYZ70.346267.180776.9697
Yxy67.18070.32800.3132
Hunter Lab81.96389.76251.6973
CIE-Lab85.595114.3666-2.9986

#efcddc color RGB value is (239,205,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001101 11011100
Octal 357 315 334
Decimal 239 205 220
Hex EF CD DC

RGB Percentages of Color #efcddc

%35.99
%30.87
%33.13

CMYK Percentages of Color #efcddc

%0
%14
%8
%6

Triadic Colors of #efcddc

#efcddc #dcefcd #cddcef

Analogous Colors of #efcddc

#efcddc #efcfcd #efcded

Monochromatic Colors of #efcddc

#efcddc

Complementary Color

#efcddc #cdefe0

#efcddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcddc Color CSS Codes

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

#efcddc Text Font Color

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

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


#efcddc Background Color

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

This div background color is #efcddc


#efcddc Border Color

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

This div border color is #efcddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcddc


Comments

No comments written yet.

Please login to write comment.