Color Hex Logo

#ffdfed Color Hex

#FFDFED
(255,223,237)
0 Favorites   0 Comments

Color spaces of #ffdfed

RGB 255223237
HSL0.931.000.94
HSV334°13°100°
CMYK 0.000.130.07   0.00
XYZ82.913780.149891.2212
Yxy80.14980.32610.3152
Hunter Lab89.52648.64422.2561
CIE-Lab91.752013.3000-2.7628

#ffdfed color RGB value is (255,223,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011111 11101101
Octal 377 337 355
Decimal 255 223 237
Hex FF DF ED

RGB Percentages of Color #ffdfed

%35.66
%31.19
%33.15

CMYK Percentages of Color #ffdfed

%0
%13
%7
%0

Triadic Colors of #ffdfed

#ffdfed #edffdf #dfedff

Analogous Colors of #ffdfed

#ffdfed #ffe1df #ffdffd

Monochromatic Colors of #ffdfed

#ffdfed

Complementary Color

#ffdfed #dffff1

#ffdfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdfed Color CSS Codes

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

#ffdfed Text Font Color

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

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


#ffdfed Background Color

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

This div background color is #ffdfed


#ffdfed Border Color

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

This div border color is #ffdfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdfed

#ffdfed Color Palettes


Comments

No comments written yet.

Please login to write comment.