Color Hex Logo

#ffdfee Color Hex

#FFDFEE
(255,223,238)
0 Favorites   0 Comments

Color spaces of #ffdfee

RGB 255223238
HSL0.921.000.94
HSV332°13°100°
CMYK 0.000.130.07   0.00
XYZ83.060380.208491.9929
Yxy80.20840.32540.3142
Hunter Lab89.55918.81871.7902
CIE-Lab91.778313.4683-3.2477

#ffdfee color RGB value is (255,223,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011111 11101110
Octal 377 337 356
Decimal 255 223 238
Hex FF DF EE

RGB Percentages of Color #ffdfee

%35.61
%31.15
%33.24

CMYK Percentages of Color #ffdfee

%0
%13
%7
%0

Triadic Colors of #ffdfee

#ffdfee #eeffdf #dfeeff

Analogous Colors of #ffdfee

#ffdfee #ffe0df #ffdffe

Monochromatic Colors of #ffdfee

#ffdfee

Complementary Color

#ffdfee #dffff0

#ffdfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdfee Color CSS Codes

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

#ffdfee Text Font Color

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

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


#ffdfee Background Color

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

This div background color is #ffdfee


#ffdfee Border Color

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

This div border color is #ffdfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdfee


Comments

No comments written yet.

Please login to write comment.