Color Hex Logo

#ffdce6 Color Hex

#FFDCE6
(255,220,230)
1 Favorites   0 Comments

Color spaces of #ffdce6

RGB 255220230
HSL0.951.000.93
HSV343°14°100°
CMYK 0.000.140.10   0.00
XYZ81.116178.159685.6739
Yxy78.15960.33120.3191
Hunter Lab88.40799.06364.4291
CIE-Lab90.852713.6987-0.4114

#ffdce6 color RGB value is (255,220,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 11100110
Octal 377 334 346
Decimal 255 220 230
Hex FF DC E6

RGB Percentages of Color #ffdce6

%36.17
%31.21
%32.62

CMYK Percentages of Color #ffdce6

%0
%14
%10
%0

Triadic Colors of #ffdce6

#ffdce6 #e6ffdc #dce6ff

Analogous Colors of #ffdce6

#ffdce6 #ffe4dc #ffdcf8

Monochromatic Colors of #ffdce6

#ffdce6

Complementary Color

#ffdce6 #dcfff5

#ffdce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdce6 Color CSS Codes

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

#ffdce6 Text Font Color

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

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


#ffdce6 Background Color

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

This div background color is #ffdce6


#ffdce6 Border Color

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

This div border color is #ffdce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdce6

Related Colors

#ffdce6 Color Palettes


Comments

No comments written yet.

Please login to write comment.