Color Hex Logo

#ddfccc Color Hex

#DDFCCC
(221,252,204)
0 Favorites   0 Comments

Color spaces of #ddfccc

RGB 221252204
HSL0.270.890.89
HSV99°19°99°
CMYK 0.120.000.19   0.01
XYZ75.528389.352670.3928
Yxy89.35260.32100.3798
Hunter Lab94.5265-22.796822.0160
CIE-Lab95.7276-18.464119.6975

#ddfccc color RGB value is (221,252,204).

#ddfccc hex color red value is 221, green value is 252 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ddfccc hue: 0.27 , saturation: 0.89 and the lightness value of ddfccc is 0.89.

The process color (four color CMYK) of #ddfccc color hex is 0.12, 0.00, 0.19, 0.01. Web safe color of #ddfccc is #ccffcc. Color #ddfccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 11001100
Octal 335 374 314
Decimal 221 252 204
Hex DD FC CC

RGB Percentages of Color #ddfccc

%32.64
%37.22
%30.13

CMYK Percentages of Color #ddfccc

%12
%0
%19
%1

Triadic Colors of #ddfccc

#ddfccc #ccddfc #fcccdd

Analogous Colors of #ddfccc

#ddfccc #ccfcd3 #f5fccc

Monochromatic Colors of #ddfccc

#ddfccc

Complementary Color

#ddfccc #ebccfc

#ddfccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfccc Color CSS Codes

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

#ddfccc Text Font Color

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

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


#ddfccc Background Color

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

This div background color is #ddfccc


#ddfccc Border Color

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

This div border color is #ddfccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfccc


Comments

No comments written yet.

Please login to write comment.