Color Hex Logo

#ddfdfd Color Hex

#DDFDFD
(221,253,253)
0 Favorites   0 Comments

Color spaces of #ddfdfd

RGB 221253253
HSL0.500.890.93
HSV180°13°99°
CMYK 0.130.000.00   0.01
XYZ82.673792.7146106.4668
Yxy92.71460.29330.3289
Hunter Lab96.2884-15.24381.8445
CIE-Lab97.1117-10.2632-3.4894

#ddfdfd color RGB value is (221,253,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111101 11111101
Octal 335 375 375
Decimal 221 253 253
Hex DD FD FD

RGB Percentages of Color #ddfdfd

%30.40
%34.80
%34.80

CMYK Percentages of Color #ddfdfd

%13
%0
%0
%1

Triadic Colors of #ddfdfd

#ddfdfd #fdddfd #fdfddd

Analogous Colors of #ddfdfd

#ddfdfd #ddedfd #ddfded

Monochromatic Colors of #ddfdfd

#ddfdfd

Complementary Color

#ddfdfd #fddddd

#ddfdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfdfd Color CSS Codes

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

#ddfdfd Text Font Color

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

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


#ddfdfd Background Color

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

This div background color is #ddfdfd


#ddfdfd Border Color

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

This div border color is #ddfdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.