Color Hex Logo

#ddefff Color Hex

#DDEFFF
(221,239,255)
0 Favorites   0 Comments

Color spaces of #ddefff

RGB 221239255
HSL0.581.000.93
HSV208°13°100°
CMYK 0.130.060.00   0.00
XYZ78.735384.3252106.7343
Yxy84.32520.29180.3126
Hunter Lab91.8288-7.6518-4.6338
CIE-Lab93.5916-2.7930-9.7247

#ddefff color RGB value is (221,239,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101111 11111111
Octal 335 357 377
Decimal 221 239 255
Hex DD EF FF

RGB Percentages of Color #ddefff

%30.91
%33.43
%35.66

CMYK Percentages of Color #ddefff

%13
%6
%0
%0

Triadic Colors of #ddefff

#ddefff #ffddef #efffdd

Analogous Colors of #ddefff

#ddefff #dddeff #ddfffe

Monochromatic Colors of #ddefff

#ddefff

Complementary Color

#ddefff #ffeddd

#ddefff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddefff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddefff Color CSS Codes

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

#ddefff Text Font Color

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

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


#ddefff Background Color

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

This div background color is #ddefff


#ddefff Border Color

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

This div border color is #ddefff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddefff

Related Colors


Comments

No comments written yet.

Please login to write comment.