Color Hex Logo

#ffdce1 Color Hex

#FFDCE1
(255,220,225)
0 Favorites   0 Comments

Color spaces of #ffdce1

RGB 255220225
HSL0.981.000.93
HSV351°14°100°
CMYK 0.000.140.12   0.00
XYZ80.423877.882682.0282
Yxy77.88260.33460.3241
Hunter Lab88.25118.22876.6665
CIE-Lab90.726312.89032.0278

#ffdce1 color RGB value is (255,220,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 11100001
Octal 377 334 341
Decimal 255 220 225
Hex FF DC E1

RGB Percentages of Color #ffdce1

%36.43
%31.43
%32.14

CMYK Percentages of Color #ffdce1

%0
%14
%12
%0

Triadic Colors of #ffdce1

#ffdce1 #e1ffdc #dce1ff

Analogous Colors of #ffdce1

#ffdce1 #ffe9dc #ffdcf3

Monochromatic Colors of #ffdce1

#ffdce1

Complementary Color

#ffdce1 #dcfffa

#ffdce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdce1 Color CSS Codes

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

#ffdce1 Text Font Color

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

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


#ffdce1 Background Color

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

This div background color is #ffdce1


#ffdce1 Border Color

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

This div border color is #ffdce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdce1

#ffdce1 Color Palettes


Comments

No comments written yet.

Please login to write comment.