Color Hex Logo

#ddeafb Color Hex

#DDEAFB
(221,234,251)
0 Favorites   0 Comments

Color spaces of #ddeafb

RGB 221234251
HSL0.590.790.93
HSV214°12°98°
CMYK 0.120.070.00   0.02
XYZ76.654281.1828102.8965
Yxy81.18280.29400.3114
Hunter Lab90.1015-5.8181-4.6385
CIE-Lab92.2130-1.0251-9.6912

#ddeafb color RGB value is (221,234,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101010 11111011
Octal 335 352 373
Decimal 221 234 251
Hex DD EA FB

RGB Percentages of Color #ddeafb

%31.30
%33.14
%35.55

CMYK Percentages of Color #ddeafb

%12
%7
%0
%2

Triadic Colors of #ddeafb

#ddeafb #fbddea #eafbdd

Analogous Colors of #ddeafb

#ddeafb #dfddfb #ddf9fb

Monochromatic Colors of #ddeafb

#ddeafb

Complementary Color

#ddeafb #fbeedd

#ddeafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeafb Color CSS Codes

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

#ddeafb Text Font Color

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

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


#ddeafb Background Color

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

This div background color is #ddeafb


#ddeafb Border Color

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

This div border color is #ddeafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeafb

#ddeafb Color Palettes


Comments

No comments written yet.

Please login to write comment.