Color Hex Logo

#ddfcff Color Hex

#DDFCFF
(221,252,255)
0 Favorites   0 Comments

Color spaces of #ddfcff

RGB 221252255
HSL0.511.000.93
HSV185°13°100°
CMYK 0.130.010.00   0.00
XYZ82.679292.2130108.0490
Yxy92.21300.29220.3259
Hunter Lab96.0276-14.36080.5070
CIE-Lab96.9073-9.3718-4.8203

#ddfcff color RGB value is (221,252,255).

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

The process color (four color CMYK) of #ddfcff color hex is 0.13, 0.01, 0.00, 0.00. Web safe color of #ddfcff is #ccffff. Color #ddfcff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 11111111
Octal 335 374 377
Decimal 221 252 255
Hex DD FC FF

RGB Percentages of Color #ddfcff

%30.36
%34.62
%35.03

CMYK Percentages of Color #ddfcff

%13
%1
%0
%0

Triadic Colors of #ddfcff

#ddfcff #ffddfc #fcffdd

Analogous Colors of #ddfcff

#ddfcff #ddebff #ddfff1

Monochromatic Colors of #ddfcff

#ddfcff

Complementary Color

#ddfcff #ffe0dd

#ddfcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfcff Color CSS Codes

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

#ddfcff Text Font Color

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

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


#ddfcff Background Color

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

This div background color is #ddfcff


#ddfcff Border Color

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

This div border color is #ddfcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfcff

#ddfcff Color Palettes


Comments

No comments written yet.

Please login to write comment.