Color Hex Logo

#dffacc Color Hex

#DFFACC
(223,250,204)
0 Favorites   0 Comments

Color spaces of #dffacc

RGB 223250204
HSL0.260.820.89
HSV95°18°98°
CMYK 0.110.000.18   0.02
XYZ75.516188.418870.2132
Yxy88.41880.32250.3776
Hunter Lab94.0313-21.202221.5500
CIE-Lab95.3370-16.805619.1713

#dffacc color RGB value is (223,250,204).

#dffacc hex color red value is 223, green value is 250 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dffacc hue: 0.26 , saturation: 0.82 and the lightness value of dffacc is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 11001100
Octal 337 372 314
Decimal 223 250 204
Hex DF FA CC

RGB Percentages of Color #dffacc

%32.94
%36.93
%30.13

CMYK Percentages of Color #dffacc

%11
%0
%18
%2

Triadic Colors of #dffacc

#dffacc #ccdffa #faccdf

Analogous Colors of #dffacc

#dffacc #ccfad0 #f6facc

Monochromatic Colors of #dffacc

#dffacc

Complementary Color

#dffacc #e7ccfa

#dffacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffacc Color CSS Codes

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

#dffacc Text Font Color

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

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


#dffacc Background Color

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

This div background color is #dffacc


#dffacc Border Color

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

This div border color is #dffacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffacc

Related Colors


Comments

No comments written yet.

Please login to write comment.