Color Hex Logo

#dff9dc Color Hex

#DFF9DC
(223,249,220)
0 Favorites   0 Comments

Color spaces of #dff9dc

RGB 223249220
HSL0.320.710.92
HSV114°12°98°
CMYK 0.100.000.12   0.02
XYZ77.225488.606680.7427
Yxy88.60660.31320.3593
Hunter Lab94.1311-18.287515.0346
CIE-Lab95.4158-13.677111.0687

#dff9dc color RGB value is (223,249,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111001 11011100
Octal 337 371 334
Decimal 223 249 220
Hex DF F9 DC

RGB Percentages of Color #dff9dc

%32.23
%35.98
%31.79

CMYK Percentages of Color #dff9dc

%10
%0
%12
%2

Triadic Colors of #dff9dc

#dff9dc #dcdff9 #f9dcdf

Analogous Colors of #dff9dc

#dff9dc #dcf9e8 #eef9dc

Monochromatic Colors of #dff9dc

#dff9dc

Complementary Color

#dff9dc #f6dcf9

#dff9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff9dc Color CSS Codes

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

#dff9dc Text Font Color

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

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


#dff9dc Background Color

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

This div background color is #dff9dc


#dff9dc Border Color

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

This div border color is #dff9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff9dc

Related Colors


Comments

No comments written yet.

Please login to write comment.