Color Hex Logo

#ffdcf9 Color Hex

#FFDCF9
(255,220,249)
0 Favorites   0 Comments

Color spaces of #ffdcf9

RGB 255220249
HSL0.861.000.93
HSV310°14°100°
CMYK 0.000.140.02   0.00
XYZ83.932179.2860100.5026
Yxy79.28600.31830.3006
Hunter Lab89.042712.4303-4.5908
CIE-Lab91.363516.9226-9.6217

#ffdcf9 color RGB value is (255,220,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 11111001
Octal 377 334 371
Decimal 255 220 249
Hex FF DC F9

RGB Percentages of Color #ffdcf9

%35.22
%30.39
%34.39

CMYK Percentages of Color #ffdcf9

%0
%14
%2
%0

Triadic Colors of #ffdcf9

#ffdcf9 #f9ffdc #dcf9ff

Analogous Colors of #ffdcf9

#ffdcf9 #ffdce8 #f4dcff

Monochromatic Colors of #ffdcf9

#ffdcf9

Complementary Color

#ffdcf9 #dcffe2

#ffdcf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdcf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdcf9 Color CSS Codes

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

#ffdcf9 Text Font Color

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

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


#ffdcf9 Background Color

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

This div background color is #ffdcf9


#ffdcf9 Border Color

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

This div border color is #ffdcf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdcf9

Related Colors


Comments

No comments written yet.

Please login to write comment.