Color Hex Logo

#dfffdc Color Hex

#DFFFDC
(223,255,220)
0 Favorites   0 Comments

Color spaces of #dfffdc

RGB 223255220
HSL0.321.000.93
HSV115°14°100°
CMYK 0.130.000.14   0.00
XYZ79.109792.375381.3708
Yxy92.37530.31290.3653
Hunter Lab96.1121-21.273017.0821
CIE-Lab96.9735-16.627213.2863

#dfffdc color RGB value is (223,255,220).

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

The process color (four color CMYK) of #dfffdc color hex is 0.13, 0.00, 0.14, 0.00. Web safe color of #dfffdc is #ccffcc. Color #dfffdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111111 11011100
Octal 337 377 334
Decimal 223 255 220
Hex DF FF DC

RGB Percentages of Color #dfffdc

%31.95
%36.53
%31.52

CMYK Percentages of Color #dfffdc

%13
%0
%14
%0

Triadic Colors of #dfffdc

#dfffdc #dcdfff #ffdcdf

Analogous Colors of #dfffdc

#dfffdc #dcffeb #f1ffdc

Monochromatic Colors of #dfffdc

#dfffdc

Complementary Color

#dfffdc #fcdcff

#dfffdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfffdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfffdc Color CSS Codes

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

#dfffdc Text Font Color

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

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


#dfffdc Background Color

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

This div background color is #dfffdc


#dfffdc Border Color

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

This div border color is #dfffdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfffdc

Related Colors

#dfffdc Color Palettes


Comments

No comments written yet.

Please login to write comment.