Color Hex Logo

#ddfcac Color Hex

#DDFCAC
(221,252,172)
0 Favorites   0 Comments

Color spaces of #ddfcac

RGB 221252172
HSL0.230.930.83
HSV83°32°99°
CMYK 0.120.000.32   0.01
XYZ72.075687.971552.2111
Yxy87.97150.33960.4145
Hunter Lab93.7931-26.969132.6507
CIE-Lab95.1489-23.137435.0941

#ddfcac color RGB value is (221,252,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 10101100
Octal 335 374 254
Decimal 221 252 172
Hex DD FC AC

RGB Percentages of Color #ddfcac

%34.26
%39.07
%26.67

CMYK Percentages of Color #ddfcac

%12
%0
%32
%1

Triadic Colors of #ddfcac

#ddfcac #acddfc #fcacdd

Analogous Colors of #ddfcac

#ddfcac #b5fcac #fcf3ac

Monochromatic Colors of #ddfcac

#ddfcac

Complementary Color

#ddfcac #cbacfc

#ddfcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfcac Color CSS Codes

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

#ddfcac Text Font Color

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

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


#ddfcac Background Color

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

This div background color is #ddfcac


#ddfcac Border Color

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

This div border color is #ddfcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfcac

Related Colors


Comments

No comments written yet.

Please login to write comment.