Color Hex Logo

#ddefef Color Hex

#DDEFEF
(221,239,239)
0 Favorites   0 Comments

Color spaces of #ddefef

RGB 221239239
HSL0.500.360.90
HSV180°94°
CMYK 0.080.000.00   0.06
XYZ76.265383.337293.7274
Yxy83.33720.30110.3290
Hunter Lab91.2892-10.63273.0289
CIE-Lab93.1619-5.9036-2.0432

#ddefef color RGB value is (221,239,239).

#ddefef hex color red value is 221, green value is 239 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ddefef hue: 0.50 , saturation: 0.36 and the lightness value of ddefef is 0.90.

The process color (four color CMYK) of #ddefef color hex is 0.08, 0.00, 0.00, 0.06. Web safe color of #ddefef is #ccffff. Color #ddefef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101111 11101111
Octal 335 357 357
Decimal 221 239 239
Hex DD EF EF

RGB Percentages of Color #ddefef

%31.62
%34.19
%34.19

CMYK Percentages of Color #ddefef

%8
%0
%0
%6

Triadic Colors of #ddefef

#ddefef #efddef #efefdd

Analogous Colors of #ddefef

#ddefef #dde6ef #ddefe6

Monochromatic Colors of #ddefef

#ddefef

Complementary Color

#ddefef #efdddd

#ddefef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddefef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddefef Color CSS Codes

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

#ddefef Text Font Color

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

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


#ddefef Background Color

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

This div background color is #ddefef


#ddefef Border Color

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

This div border color is #ddefef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddefef

#ddefef Color Palettes


Comments

No comments written yet.

Please login to write comment.