Color Hex Logo

#ffdff6 Color Hex

#FFDFF6
(255,223,246)
0 Favorites   0 Comments

Color spaces of #ffdff6

RGB 255223246
HSL0.881.000.94
HSV317°13°100°
CMYK 0.000.130.04   0.00
XYZ84.262280.689298.3222
Yxy80.68920.32010.3065
Hunter Lab89.827210.2440-2.0181
CIE-Lab91.993214.8366-7.1176

#ffdff6 color RGB value is (255,223,246).

#ffdff6 hex color red value is 255, green value is 223 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #ffdff6 hue: 0.88 , saturation: 1.00 and the lightness value of ffdff6 is 0.94.

The process color (four color CMYK) of #ffdff6 color hex is 0.00, 0.13, 0.04, 0.00. Web safe color of #ffdff6 is #ffccff. Color #ffdff6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011111 11110110
Octal 377 337 366
Decimal 255 223 246
Hex FF DF F6

RGB Percentages of Color #ffdff6

%35.22
%30.80
%33.98

CMYK Percentages of Color #ffdff6

%0
%13
%4
%0

Triadic Colors of #ffdff6

#ffdff6 #f6ffdf #dff6ff

Analogous Colors of #ffdff6

#ffdff6 #ffdfe6 #f8dfff

Monochromatic Colors of #ffdff6

#ffdff6

Complementary Color

#ffdff6 #dfffe8

#ffdff6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdff6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdff6 Color CSS Codes

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

#ffdff6 Text Font Color

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

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


#ffdff6 Background Color

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

This div background color is #ffdff6


#ffdff6 Border Color

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

This div border color is #ffdff6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdff6

Related Colors

#ffdff6 Color Palettes


Comments

No comments written yet.

Please login to write comment.