Color Hex Logo

#ffdfce Color Hex

#FFDFCE
(255,223,206)
0 Favorites   0 Comments

Color spaces of #ffdfce

RGB 255223206
HSL0.061.000.90
HSV21°19°100°
CMYK 0.000.130.19   0.00
XYZ78.768378.491669.3914
Yxy78.49160.34750.3463
Hunter Lab88.59553.658315.5786
CIE-Lab91.00388.426912.3770

#ffdfce color RGB value is (255,223,206).

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

The process color (four color CMYK) of #ffdfce color hex is 0.00, 0.13, 0.19, 0.00. Web safe color of #ffdfce is #ffcccc. Color #ffdfce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011111 11001110
Octal 377 337 316
Decimal 255 223 206
Hex FF DF CE

RGB Percentages of Color #ffdfce

%37.28
%32.60
%30.12

CMYK Percentages of Color #ffdfce

%0
%13
%19
%0

Triadic Colors of #ffdfce

#ffdfce #ceffdf #dfceff

Analogous Colors of #ffdfce

#ffdfce #fff8ce #ffced6

Monochromatic Colors of #ffdfce

#ffdfce

Complementary Color

#ffdfce #ceeeff

#ffdfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdfce Color CSS Codes

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

#ffdfce Text Font Color

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

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


#ffdfce Background Color

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

This div background color is #ffdfce


#ffdfce Border Color

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

This div border color is #ffdfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdfce

#ffdfce Color Palettes


Comments

No comments written yet.

Please login to write comment.