Color Hex Logo

#ddfcfe Color Hex

#DDFCFE
(221,252,254)
0 Favorites   0 Comments

Color spaces of #ddfcfe

RGB 221252254
HSL0.510.940.93
HSV184°13°100°
CMYK 0.130.010.00   0.00
XYZ82.518692.1487107.2032
Yxy92.14870.29280.3269
Hunter Lab95.9941-14.54730.9827
CIE-Lab96.8811-9.5679-4.3437

#ddfcfe color RGB value is (221,252,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 11111110
Octal 335 374 376
Decimal 221 252 254
Hex DD FC FE

RGB Percentages of Color #ddfcfe

%30.40
%34.66
%34.94

CMYK Percentages of Color #ddfcfe

%13
%1
%0
%0

Triadic Colors of #ddfcfe

#ddfcfe #feddfc #fcfedd

Analogous Colors of #ddfcfe

#ddfcfe #ddecfe #ddfef0

Monochromatic Colors of #ddfcfe

#ddfcfe

Complementary Color

#ddfcfe #fedfdd

#ddfcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfcfe Color CSS Codes

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

#ddfcfe Text Font Color

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

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


#ddfcfe Background Color

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

This div background color is #ddfcfe


#ddfcfe Border Color

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

This div border color is #ddfcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfcfe

Related Colors

#ddfcfe Color Palettes


Comments

No comments written yet.

Please login to write comment.