Color Hex Logo

#ddfbff Color Hex

#DDFBFF
(221,251,255)
0 Favorites   0 Comments

Color spaces of #ddfbff

RGB 221251255
HSL0.521.000.93
HSV187°13°100°
CMYK 0.130.020.00   0.00
XYZ82.366091.5865107.9446
Yxy91.58650.29220.3249
Hunter Lab95.7008-13.84840.1151
CIE-Lab96.6510-8.8706-5.1979

#ddfbff color RGB value is (221,251,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111011 11111111
Octal 335 373 377
Decimal 221 251 255
Hex DD FB FF

RGB Percentages of Color #ddfbff

%30.40
%34.53
%35.08

CMYK Percentages of Color #ddfbff

%13
%2
%0
%0

Triadic Colors of #ddfbff

#ddfbff #ffddfb #fbffdd

Analogous Colors of #ddfbff

#ddfbff #ddeaff #ddfff2

Monochromatic Colors of #ddfbff

#ddfbff

Complementary Color

#ddfbff #ffe1dd

#ddfbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfbff Color CSS Codes

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

#ddfbff Text Font Color

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

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


#ddfbff Background Color

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

This div background color is #ddfbff


#ddfbff Border Color

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

This div border color is #ddfbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfbff

Related Colors


Comments

No comments written yet.

Please login to write comment.