Color Hex Logo

#ddfcae Color Hex

#DDFCAE
(221,252,174)
0 Favorites   0 Comments

Color spaces of #ddfcae

RGB 221252174
HSL0.230.930.84
HSV84°31°99°
CMYK 0.120.000.31   0.01
XYZ72.269288.049053.2306
Yxy88.04900.33840.4123
Hunter Lab93.8344-26.733532.0499
CIE-Lab95.1816-22.870234.1380

#ddfcae color RGB value is (221,252,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 10101110
Octal 335 374 256
Decimal 221 252 174
Hex DD FC AE

RGB Percentages of Color #ddfcae

%34.16
%38.95
%26.89

CMYK Percentages of Color #ddfcae

%12
%0
%31
%1

Triadic Colors of #ddfcae

#ddfcae #aeddfc #fcaedd

Analogous Colors of #ddfcae

#ddfcae #b6fcae #fcf4ae

Monochromatic Colors of #ddfcae

#ddfcae

Complementary Color

#ddfcae #cdaefc

#ddfcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfcae Color CSS Codes

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

#ddfcae Text Font Color

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

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


#ddfcae Background Color

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

This div background color is #ddfcae


#ddfcae Border Color

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

This div border color is #ddfcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfcae

Related Colors


Comments

No comments written yet.

Please login to write comment.