Color Hex Logo

#dffddf Color Hex

#DFFDDF
(223,253,223)
0 Favorites   0 Comments

Color spaces of #dffddf

RGB 223253223
HSL0.330.880.93
HSV120°12°99°
CMYK 0.120.000.12   0.01
XYZ78.876091.266283.2710
Yxy91.26620.31130.3601
Hunter Lab95.5333-19.806915.1936
CIE-Lab96.5195-15.134111.1017

#dffddf color RGB value is (223,253,223).

#dffddf hex color red value is 223, green value is 253 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dffddf hue: 0.33 , saturation: 0.88 and the lightness value of dffddf is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111101 11011111
Octal 337 375 337
Decimal 223 253 223
Hex DF FD DF

RGB Percentages of Color #dffddf

%31.90
%36.19
%31.90

CMYK Percentages of Color #dffddf

%12
%0
%12
%1

Triadic Colors of #dffddf

#dffddf #dfdffd #fddfdf

Analogous Colors of #dffddf

#dffddf #dffdee #eefddf

Monochromatic Colors of #dffddf

#dffddf

Complementary Color

#dffddf #fddffd

#dffddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffddf Color CSS Codes

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

#dffddf Text Font Color

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

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


#dffddf Background Color

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

This div background color is #dffddf


#dffddf Border Color

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

This div border color is #dffddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffddf

Related Colors


Comments

No comments written yet.

Please login to write comment.