Color Hex Logo

#ddfac1 Color Hex

#DDFAC1
(221,250,193)
0 Favorites   0 Comments

Color spaces of #ddfac1

RGB 221250193
HSL0.250.850.87
HSV91°23°98°
CMYK 0.120.000.23   0.02
XYZ73.630087.593663.4786
Yxy87.59360.32770.3898
Hunter Lab93.5915-23.356025.3004
CIE-Lab94.9896-19.195924.2834

#ddfac1 color RGB value is (221,250,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 11000001
Octal 335 372 301
Decimal 221 250 193
Hex DD FA C1

RGB Percentages of Color #ddfac1

%33.28
%37.65
%29.07

CMYK Percentages of Color #ddfac1

%12
%0
%23
%2

Triadic Colors of #ddfac1

#ddfac1 #c1ddfa #fac1dd

Analogous Colors of #ddfac1

#ddfac1 #c1fac2 #fafac1

Monochromatic Colors of #ddfac1

#ddfac1

Complementary Color

#ddfac1 #dec1fa

#ddfac1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfac1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfac1 Color CSS Codes

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

#ddfac1 Text Font Color

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

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


#ddfac1 Background Color

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

This div background color is #ddfac1


#ddfac1 Border Color

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

This div border color is #ddfac1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfac1

Related Colors


Comments

No comments written yet.

Please login to write comment.