Color Hex Logo

#ddfdf8 Color Hex

#DDFDF8
(221,253,248)
0 Favorites   0 Comments

Color spaces of #ddfdf8

RGB 221253248
HSL0.470.890.93
HSV171°13°99°
CMYK 0.130.000.02   0.01
XYZ81.887492.4000102.3260
Yxy92.40000.29600.3340
Hunter Lab96.1249-16.15714.1726
CIE-Lab96.9836-11.2291-1.1026

#ddfdf8 color RGB value is (221,253,248).

#ddfdf8 hex color red value is 221, green value is 253 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #ddfdf8 hue: 0.47 , saturation: 0.89 and the lightness value of ddfdf8 is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111101 11111000
Octal 335 375 370
Decimal 221 253 248
Hex DD FD F8

RGB Percentages of Color #ddfdf8

%30.61
%35.04
%34.35

CMYK Percentages of Color #ddfdf8

%13
%0
%2
%1

Triadic Colors of #ddfdf8

#ddfdf8 #f8ddfd #fdf8dd

Analogous Colors of #ddfdf8

#ddfdf8 #ddf2fd #ddfde8

Monochromatic Colors of #ddfdf8

#ddfdf8

Complementary Color

#ddfdf8 #fddde2

#ddfdf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfdf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfdf8 Color CSS Codes

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

#ddfdf8 Text Font Color

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

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


#ddfdf8 Background Color

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

This div background color is #ddfdf8


#ddfdf8 Border Color

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

This div border color is #ddfdf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfdf8

Related Colors


Comments

No comments written yet.

Please login to write comment.