Color Hex Logo

#ddfaae Color Hex

#DDFAAE
(221,250,174)
0 Favorites   0 Comments

Color spaces of #ddfaae

RGB 221250174
HSL0.230.880.83
HSV83°30°98°
CMYK 0.120.000.30   0.02
XYZ71.644486.799453.0223
Yxy86.79940.33880.4105
Hunter Lab93.1662-25.775131.4735
CIE-Lab94.6531-21.911233.4326

#ddfaae color RGB value is (221,250,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 10101110
Octal 335 372 256
Decimal 221 250 174
Hex DD FA AE

RGB Percentages of Color #ddfaae

%34.26
%38.76
%26.98

CMYK Percentages of Color #ddfaae

%12
%0
%30
%2

Triadic Colors of #ddfaae

#ddfaae #aeddfa #faaedd

Analogous Colors of #ddfaae

#ddfaae #b7faae #faf1ae

Monochromatic Colors of #ddfaae

#ddfaae

Complementary Color

#ddfaae #cbaefa

#ddfaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfaae Color CSS Codes

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

#ddfaae Text Font Color

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

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


#ddfaae Background Color

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

This div background color is #ddfaae


#ddfaae Border Color

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

This div border color is #ddfaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfaae

Related Colors


Comments

No comments written yet.

Please login to write comment.