Color Hex Logo

#ddeafd Color Hex

#DDEAFD
(221,234,253)
0 Favorites   0 Comments

Color spaces of #ddeafd

RGB 221234253
HSL0.600.890.93
HSV216°13°99°
CMYK 0.130.080.00   0.01
XYZ76.971281.3096104.5660
Yxy81.30960.29280.3093
Hunter Lab90.1718-5.4321-5.6342
CIE-Lab92.2693-0.6271-10.6499

#ddeafd color RGB value is (221,234,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101010 11111101
Octal 335 352 375
Decimal 221 234 253
Hex DD EA FD

RGB Percentages of Color #ddeafd

%31.21
%33.05
%35.73

CMYK Percentages of Color #ddeafd

%13
%8
%0
%1

Triadic Colors of #ddeafd

#ddeafd #fdddea #eafddd

Analogous Colors of #ddeafd

#ddeafd #e0ddfd #ddfafd

Monochromatic Colors of #ddeafd

#ddeafd

Complementary Color

#ddeafd #fdf0dd

#ddeafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeafd Color CSS Codes

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

#ddeafd Text Font Color

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

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


#ddeafd Background Color

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

This div background color is #ddeafd


#ddeafd Border Color

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

This div border color is #ddeafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeafd

Related Colors


Comments

No comments written yet.

Please login to write comment.