Color Hex Logo

#ddfaff Color Hex

#DDFAFF
(221,250,255)
0 Favorites   0 Comments

Color spaces of #ddfaff

RGB 221250255
HSL0.521.000.93
HSV189°13°100°
CMYK 0.130.020.00   0.00
XYZ82.054490.9634107.8407
Yxy90.96340.29220.3239
Hunter Lab95.3747-13.3357-0.2772
CIE-Lab96.3950-8.3688-5.5753

#ddfaff color RGB value is (221,250,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 11111111
Octal 335 372 377
Decimal 221 250 255
Hex DD FA FF

RGB Percentages of Color #ddfaff

%30.44
%34.44
%35.12

CMYK Percentages of Color #ddfaff

%13
%2
%0
%0

Triadic Colors of #ddfaff

#ddfaff #ffddfa #faffdd

Analogous Colors of #ddfaff

#ddfaff #dde9ff #ddfff3

Monochromatic Colors of #ddfaff

#ddfaff

Complementary Color

#ddfaff #ffe2dd

#ddfaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfaff Color CSS Codes

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

#ddfaff Text Font Color

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

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


#ddfaff Background Color

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

This div background color is #ddfaff


#ddfaff Border Color

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

This div border color is #ddfaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfaff

Related Colors


Comments

No comments written yet.

Please login to write comment.