Color Hex Logo

#ddfafd Color Hex

#DDFAFD
(221,250,253)
0 Favorites   0 Comments

Color spaces of #ddfafd

RGB 221250253
HSL0.520.890.93
HSV186°13°99°
CMYK 0.130.010.00   0.01
XYZ81.734090.8352106.1536
Yxy90.83520.29320.3259
Hunter Lab95.3075-13.70970.6780
CIE-Lab96.3421-8.7616-4.6213

#ddfafd color RGB value is (221,250,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 11111101
Octal 335 372 375
Decimal 221 250 253
Hex DD FA FD

RGB Percentages of Color #ddfafd

%30.52
%34.53
%34.94

CMYK Percentages of Color #ddfafd

%13
%1
%0
%1

Triadic Colors of #ddfafd

#ddfafd #fdddfa #fafddd

Analogous Colors of #ddfafd

#ddfafd #ddeafd #ddfdf0

Monochromatic Colors of #ddfafd

#ddfafd

Complementary Color

#ddfafd #fde0dd

#ddfafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfafd Color CSS Codes

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

#ddfafd Text Font Color

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

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


#ddfafd Background Color

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

This div background color is #ddfafd


#ddfafd Border Color

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

This div border color is #ddfafd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,250,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 #ddfafd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfafd

Related Colors


Comments

No comments written yet.

Please login to write comment.