Color Hex Logo

#ddedfa Color Hex

#DDEDFA
(221,237,250)
0 Favorites   0 Comments

Color spaces of #ddedfa

RGB 221237250
HSL0.570.740.92
HSV207°12°98°
CMYK 0.120.050.00   0.02
XYZ77.358382.8427102.3555
Yxy82.84270.29460.3155
Hunter Lab91.0180-7.5701-2.9628
CIE-Lab92.9455-2.7620-8.0836

#ddedfa color RGB value is (221,237,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101101 11111010
Octal 335 355 372
Decimal 221 237 250
Hex DD ED FA

RGB Percentages of Color #ddedfa

%31.21
%33.47
%35.31

CMYK Percentages of Color #ddedfa

%12
%5
%0
%2

Triadic Colors of #ddedfa

#ddedfa #fadded #edfadd

Analogous Colors of #ddedfa

#ddedfa #dddffa #ddfaf9

Monochromatic Colors of #ddedfa

#ddedfa

Complementary Color

#ddedfa #faeadd

#ddedfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddedfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddedfa Color CSS Codes

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

#ddedfa Text Font Color

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

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


#ddedfa Background Color

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

This div background color is #ddedfa


#ddedfa Border Color

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

This div border color is #ddedfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddedfa

Related Colors


Comments

No comments written yet.

Please login to write comment.