Color Hex Logo

#ffdce5 Color Hex

#FFDCE5
(255,220,229)
0 Favorites   0 Comments

Color spaces of #ffdce5

RGB 255220229
HSL0.961.000.93
HSV345°14°100°
CMYK 0.000.140.10   0.00
XYZ80.976178.103584.9363
Yxy78.10350.33180.3201
Hunter Lab88.37628.89524.8811
CIE-Lab90.827113.53590.0759

#ffdce5 color RGB value is (255,220,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 11100101
Octal 377 334 345
Decimal 255 220 229
Hex FF DC E5

RGB Percentages of Color #ffdce5

%36.22
%31.25
%32.53

CMYK Percentages of Color #ffdce5

%0
%14
%10
%0

Triadic Colors of #ffdce5

#ffdce5 #e5ffdc #dce5ff

Analogous Colors of #ffdce5

#ffdce5 #ffe5dc #ffdcf7

Monochromatic Colors of #ffdce5

#ffdce5

Complementary Color

#ffdce5 #dcfff6

#ffdce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdce5 Color CSS Codes

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

#ffdce5 Text Font Color

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

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


#ffdce5 Background Color

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

This div background color is #ffdce5


#ffdce5 Border Color

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

This div border color is #ffdce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdce5


Comments

No comments written yet.

Please login to write comment.