Color Hex Logo

#ddfaaf Color Hex

#DDFAAF
(221,250,175)
0 Favorites   0 Comments

Color spaces of #ddfaaf

RGB 221250175
HSL0.230.880.83
HSV83°30°98°
CMYK 0.120.000.30   0.02
XYZ71.742386.838553.5377
Yxy86.83850.33820.4094
Hunter Lab93.1872-25.655231.1679
CIE-Lab94.6697-21.775632.9531

#ddfaaf color RGB value is (221,250,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 10101111
Octal 335 372 257
Decimal 221 250 175
Hex DD FA AF

RGB Percentages of Color #ddfaaf

%34.21
%38.70
%27.09

CMYK Percentages of Color #ddfaaf

%12
%0
%30
%2

Triadic Colors of #ddfaaf

#ddfaaf #afddfa #faafdd

Analogous Colors of #ddfaaf

#ddfaaf #b8faaf #faf2af

Monochromatic Colors of #ddfaaf

#ddfaaf

Complementary Color

#ddfaaf #ccaffa

#ddfaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfaaf Color CSS Codes

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

#ddfaaf Text Font Color

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

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


#ddfaaf Background Color

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

This div background color is #ddfaaf


#ddfaaf Border Color

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

This div border color is #ddfaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfaaf


Comments

No comments written yet.

Please login to write comment.