Color Hex Logo

#ddfcf5 Color Hex

#DDFCF5
(221,252,245)
0 Favorites   0 Comments

Color spaces of #ddfcf5

RGB 221252245
HSL0.460.840.93
HSV166°12°99°
CMYK 0.120.000.03   0.01
XYZ81.110691.585599.7890
Yxy91.58550.29770.3361
Hunter Lab95.7003-16.18825.1671
CIE-Lab96.6506-11.3031-0.0441

#ddfcf5 color RGB value is (221,252,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 11110101
Octal 335 374 365
Decimal 221 252 245
Hex DD FC F5

RGB Percentages of Color #ddfcf5

%30.78
%35.10
%34.12

CMYK Percentages of Color #ddfcf5

%12
%0
%3
%1

Triadic Colors of #ddfcf5

#ddfcf5 #f5ddfc #fcf5dd

Analogous Colors of #ddfcf5

#ddfcf5 #ddf4fc #ddfce6

Monochromatic Colors of #ddfcf5

#ddfcf5

Complementary Color

#ddfcf5 #fcdde4

#ddfcf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfcf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfcf5 Color CSS Codes

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

#ddfcf5 Text Font Color

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

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


#ddfcf5 Background Color

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

This div background color is #ddfcf5


#ddfcf5 Border Color

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

This div border color is #ddfcf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfcf5


Comments

No comments written yet.

Please login to write comment.