Color Hex Logo

#ffdcec Color Hex

#FFDCEC
(255,220,236)
3 Favorites   0 Comments

Color spaces of #ffdcec

RGB 255220236
HSL0.921.000.93
HSV333°14°100°
CMYK 0.000.140.07   0.00
XYZ81.973578.502590.1889
Yxy78.50250.32700.3132
Hunter Lab88.601610.09391.6690
CIE-Lab91.008714.6913-3.3305

#ffdcec color RGB value is (255,220,236).

#ffdcec hex color red value is 255, green value is 220 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ffdcec hue: 0.92 , saturation: 1.00 and the lightness value of ffdcec is 0.93.

The process color (four color CMYK) of #ffdcec color hex is 0.00, 0.14, 0.07, 0.00. Web safe color of #ffdcec is #ffccff. Color #ffdcec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 11101100
Octal 377 334 354
Decimal 255 220 236
Hex FF DC EC

RGB Percentages of Color #ffdcec

%35.86
%30.94
%33.19

CMYK Percentages of Color #ffdcec

%0
%14
%7
%0

Triadic Colors of #ffdcec

#ffdcec #ecffdc #dcecff

Analogous Colors of #ffdcec

#ffdcec #ffdedc #ffdcfe

Monochromatic Colors of #ffdcec

#ffdcec

Complementary Color

#ffdcec #dcffef

#ffdcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdcec Color CSS Codes

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

#ffdcec Text Font Color

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

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


#ffdcec Background Color

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

This div background color is #ffdcec


#ffdcec Border Color

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

This div border color is #ffdcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdcec

Related Colors

#ffdcec Color Palettes


Comments

No comments written yet.

Please login to write comment.