Color Hex Logo

#ddfaca Color Hex

#DDFACA
(221,250,202)
0 Favorites   0 Comments

Color spaces of #ddfaca

RGB 221250202
HSL0.270.830.89
HSV96°19°98°
CMYK 0.120.000.19   0.02
XYZ74.665188.007668.9290
Yxy88.00760.32240.3800
Hunter Lab93.8124-22.103822.1051
CIE-Lab95.1641-17.806619.9332

#ddfaca color RGB value is (221,250,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 11001010
Octal 335 372 312
Decimal 221 250 202
Hex DD FA CA

RGB Percentages of Color #ddfaca

%32.84
%37.15
%30.01

CMYK Percentages of Color #ddfaca

%12
%0
%19
%2

Triadic Colors of #ddfaca

#ddfaca #caddfa #facadd

Analogous Colors of #ddfaca

#ddfaca #cafacf #f5faca

Monochromatic Colors of #ddfaca

#ddfaca

Complementary Color

#ddfaca #e7cafa

#ddfaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfaca Color CSS Codes

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

#ddfaca Text Font Color

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

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


#ddfaca Background Color

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

This div background color is #ddfaca


#ddfaca Border Color

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

This div border color is #ddfaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfaca


Comments

No comments written yet.

Please login to write comment.