Color Hex Logo

#ddfaf5 Color Hex

#DDFAF5
(221,250,245)
0 Favorites   0 Comments

Color spaces of #ddfaf5

RGB 221250245
HSL0.470.740.92
HSV170°12°98°
CMYK 0.120.000.02   0.02
XYZ80.485890.335999.5807
Yxy90.33590.29770.3341
Hunter Lab95.0452-15.17244.4124
CIE-Lab96.1359-10.3055-0.7962

#ddfaf5 color RGB value is (221,250,245).

#ddfaf5 hex color red value is 221, green value is 250 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #ddfaf5 hue: 0.47 , saturation: 0.74 and the lightness value of ddfaf5 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 11110101
Octal 335 372 365
Decimal 221 250 245
Hex DD FA F5

RGB Percentages of Color #ddfaf5

%30.87
%34.92
%34.22

CMYK Percentages of Color #ddfaf5

%12
%0
%2
%2

Triadic Colors of #ddfaf5

#ddfaf5 #f5ddfa #faf5dd

Analogous Colors of #ddfaf5

#ddfaf5 #ddf1fa #ddfae7

Monochromatic Colors of #ddfaf5

#ddfaf5

Complementary Color

#ddfaf5 #fadde2

#ddfaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfaf5 Color CSS Codes

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

#ddfaf5 Text Font Color

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

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


#ddfaf5 Background Color

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

This div background color is #ddfaf5


#ddfaf5 Border Color

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

This div border color is #ddfaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfaf5

Related Colors


Comments

No comments written yet.

Please login to write comment.