Color Hex Logo

#ddeef9 Color Hex

#DDEEF9
(221,238,249)
0 Favorites   0 Comments

Color spaces of #ddeef9

RGB 221238249
HSL0.570.700.92
HSV204°11°98°
CMYK 0.110.040.00   0.02
XYZ77.492283.3608101.6285
Yxy83.36080.29520.3176
Hunter Lab91.3021-8.2778-2.0843
CIE-Lab93.1722-3.4697-7.2279

#ddeef9 color RGB value is (221,238,249).

#ddeef9 hex color red value is 221, green value is 238 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #ddeef9 hue: 0.57 , saturation: 0.70 and the lightness value of ddeef9 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 11111001
Octal 335 356 371
Decimal 221 238 249
Hex DD EE F9

RGB Percentages of Color #ddeef9

%31.21
%33.62
%35.17

CMYK Percentages of Color #ddeef9

%11
%4
%0
%2

Triadic Colors of #ddeef9

#ddeef9 #f9ddee #eef9dd

Analogous Colors of #ddeef9

#ddeef9 #dde0f9 #ddf9f6

Monochromatic Colors of #ddeef9

#ddeef9

Complementary Color

#ddeef9 #f9e8dd

#ddeef9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeef9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeef9 Color CSS Codes

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

#ddeef9 Text Font Color

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

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


#ddeef9 Background Color

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

This div background color is #ddeef9


#ddeef9 Border Color

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

This div border color is #ddeef9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeef9

Related Colors

#ddeef9 Color Palettes


Comments

No comments written yet.

Please login to write comment.