Color Hex Logo

#ddfacc Color Hex

#DDFACC
(221,250,204)
0 Favorites   0 Comments

Color spaces of #ddfacc

RGB 221250204
HSL0.270.820.89
HSV98°18°98°
CMYK 0.120.000.18   0.02
XYZ74.903588.103070.1845
Yxy88.10300.32120.3778
Hunter Lab93.8632-21.816321.3712
CIE-Lab95.2043-17.489218.9660

#ddfacc color RGB value is (221,250,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 11001100
Octal 335 372 314
Decimal 221 250 204
Hex DD FA CC

RGB Percentages of Color #ddfacc

%32.74
%37.04
%30.22

CMYK Percentages of Color #ddfacc

%12
%0
%18
%2

Triadic Colors of #ddfacc

#ddfacc #ccddfa #faccdd

Analogous Colors of #ddfacc

#ddfacc #ccfad2 #f4facc

Monochromatic Colors of #ddfacc

#ddfacc

Complementary Color

#ddfacc #e9ccfa

#ddfacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfacc Color CSS Codes

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

#ddfacc Text Font Color

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

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


#ddfacc Background Color

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

This div background color is #ddfacc


#ddfacc Border Color

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

This div border color is #ddfacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfacc


Comments

No comments written yet.

Please login to write comment.