Color Hex Logo

#dffac0 Color Hex

#DFFAC0
(223,250,192)
0 Favorites   0 Comments

Color spaces of #dffac0

RGB 223250192
HSL0.240.850.87
HSV88°23°98°
CMYK 0.110.000.23   0.02
XYZ74.131587.865062.9217
Yxy87.86500.32960.3907
Hunter Lab93.7363-22.871625.8163
CIE-Lab95.1041-18.649324.9708

#dffac0 color RGB value is (223,250,192).

#dffac0 hex color red value is 223, green value is 250 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #dffac0 hue: 0.24 , saturation: 0.85 and the lightness value of dffac0 is 0.87.

The process color (four color CMYK) of #dffac0 color hex is 0.11, 0.00, 0.23, 0.02. Web safe color of #dffac0 is #ccffcc. Color #dffac0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 11000000
Octal 337 372 300
Decimal 223 250 192
Hex DF FA C0

RGB Percentages of Color #dffac0

%33.53
%37.59
%28.87

CMYK Percentages of Color #dffac0

%11
%0
%23
%2

Triadic Colors of #dffac0

#dffac0 #c0dffa #fac0df

Analogous Colors of #dffac0

#dffac0 #c2fac0 #faf8c0

Monochromatic Colors of #dffac0

#dffac0

Complementary Color

#dffac0 #dbc0fa

#dffac0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffac0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffac0 Color CSS Codes

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

#dffac0 Text Font Color

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

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


#dffac0 Background Color

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

This div background color is #dffac0


#dffac0 Border Color

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

This div border color is #dffac0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffac0


Comments

No comments written yet.

Please login to write comment.