Color Hex Logo

#ddfdae Color Hex

#DDFDAE
(221,253,174)
0 Favorites   0 Comments

Color spaces of #ddfdae

RGB 221253174
HSL0.230.950.84
HSV84°31°99°
CMYK 0.130.000.31   0.01
XYZ72.584188.678753.3355
Yxy88.67870.33820.4132
Hunter Lab94.1694-27.211732.3380
CIE-Lab95.4460-23.348034.4905

#ddfdae color RGB value is (221,253,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111101 10101110
Octal 335 375 256
Decimal 221 253 174
Hex DD FD AE

RGB Percentages of Color #ddfdae

%34.10
%39.04
%26.85

CMYK Percentages of Color #ddfdae

%13
%0
%31
%1

Triadic Colors of #ddfdae

#ddfdae #aeddfd #fdaedd

Analogous Colors of #ddfdae

#ddfdae #b6fdae #fdf6ae

Monochromatic Colors of #ddfdae

#ddfdae

Complementary Color

#ddfdae #ceaefd

#ddfdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfdae Color CSS Codes

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

#ddfdae Text Font Color

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

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


#ddfdae Background Color

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

This div background color is #ddfdae


#ddfdae Border Color

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

This div border color is #ddfdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfdae


Comments

No comments written yet.

Please login to write comment.