Color Hex Logo

#dffcf9 Color Hex

#DFFCF9
(223,252,249)
0 Favorites   0 Comments

Color spaces of #dffcf9

RGB 223252249
HSL0.480.830.93
HSV174°12°99°
CMYK 0.120.000.01   0.01
XYZ82.340792.1483103.0691
Yxy92.14830.29670.3320
Hunter Lab95.9939-14.87743.5358
CIE-Lab96.8809-9.9102-1.7527

#dffcf9 color RGB value is (223,252,249).

#dffcf9 hex color red value is 223, green value is 252 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #dffcf9 hue: 0.48 , saturation: 0.83 and the lightness value of dffcf9 is 0.93.

The process color (four color CMYK) of #dffcf9 color hex is 0.12, 0.00, 0.01, 0.01. Web safe color of #dffcf9 is #ccffff. Color #dffcf9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111100 11111001
Octal 337 374 371
Decimal 223 252 249
Hex DF FC F9

RGB Percentages of Color #dffcf9

%30.80
%34.81
%34.39

CMYK Percentages of Color #dffcf9

%12
%0
%1
%1

Triadic Colors of #dffcf9

#dffcf9 #f9dffc #fcf9df

Analogous Colors of #dffcf9

#dffcf9 #dff1fc #dffceb

Monochromatic Colors of #dffcf9

#dffcf9

Complementary Color

#dffcf9 #fcdfe2

#dffcf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffcf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffcf9 Color CSS Codes

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

#dffcf9 Text Font Color

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

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


#dffcf9 Background Color

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

This div background color is #dffcf9


#dffcf9 Border Color

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

This div border color is #dffcf9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,252,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 #dffcf9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffcf9

Related Colors


Comments

No comments written yet.

Please login to write comment.