Color Hex Logo

#ddfcfc Color Hex

#DDFCFC
(221,252,252)
0 Favorites   0 Comments

Color spaces of #ddfcfc

RGB 221252252
HSL0.500.840.93
HSV180°12°99°
CMYK 0.120.000.00   0.01
XYZ82.199992.0212105.5249
Yxy92.02120.29380.3289
Hunter Lab95.9277-14.91781.9276
CIE-Lab96.8290-9.9582-3.3897

#ddfcfc color RGB value is (221,252,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 11111100
Octal 335 374 374
Decimal 221 252 252
Hex DD FC FC

RGB Percentages of Color #ddfcfc

%30.48
%34.76
%34.76

CMYK Percentages of Color #ddfcfc

%12
%0
%0
%1

Triadic Colors of #ddfcfc

#ddfcfc #fcddfc #fcfcdd

Analogous Colors of #ddfcfc

#ddfcfc #ddedfc #ddfced

Monochromatic Colors of #ddfcfc

#ddfcfc

Complementary Color

#ddfcfc #fcdddd

#ddfcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfcfc Color CSS Codes

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

#ddfcfc Text Font Color

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

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


#ddfcfc Background Color

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

This div background color is #ddfcfc


#ddfcfc Border Color

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

This div border color is #ddfcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfcfc

Related Colors

#ddfcfc Color Palettes


Comments

No comments written yet.

Please login to write comment.