Color Hex Logo

#ddffae Color Hex

#DDFFAE
(221,255,174)
0 Favorites   0 Comments

Color spaces of #ddffae

RGB 221255174
HSL0.241.000.84
HSV85°32°100°
CMYK 0.130.000.32   0.00
XYZ73.218889.948153.5471
Yxy89.94810.33790.4151
Hunter Lab94.8410-28.166732.9136
CIE-Lab95.9752-24.301035.1947

#ddffae color RGB value is (221,255,174).

#ddffae hex color red value is 221, green value is 255 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ddffae hue: 0.24 , saturation: 1.00 and the lightness value of ddffae is 0.84.

The process color (four color CMYK) of #ddffae color hex is 0.13, 0.00, 0.32, 0.00. Web safe color of #ddffae is #ccff99. Color #ddffae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111111 10101110
Octal 335 377 256
Decimal 221 255 174
Hex DD FF AE

RGB Percentages of Color #ddffae

%34.00
%39.23
%26.77

CMYK Percentages of Color #ddffae

%13
%0
%32
%0

Triadic Colors of #ddffae

#ddffae #aeddff #ffaedd

Analogous Colors of #ddffae

#ddffae #b5ffae #fff9ae

Monochromatic Colors of #ddffae

#ddffae

Complementary Color

#ddffae #d0aeff

#ddffae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddffae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddffae Color CSS Codes

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

#ddffae Text Font Color

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

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


#ddffae Background Color

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

This div background color is #ddffae


#ddffae Border Color

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

This div border color is #ddffae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,255,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 #ddffae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddffae

#ddffae Color Palettes


Comments

No comments written yet.

Please login to write comment.