Color Hex Logo

#ddedfc Color Hex

#DDEDFC
(221,237,252)
0 Favorites   0 Comments

Color spaces of #ddedfc

RGB 221237252
HSL0.580.840.93
HSV209°12°99°
CMYK 0.120.060.00   0.01
XYZ77.673782.9688104.0162
Yxy82.96880.29350.3135
Hunter Lab91.0872-7.1885-3.9446
CIE-Lab93.0008-2.3665-9.0423

#ddedfc color RGB value is (221,237,252).

#ddedfc hex color red value is 221, green value is 237 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ddedfc hue: 0.58 , saturation: 0.84 and the lightness value of ddedfc is 0.93.

The process color (four color CMYK) of #ddedfc color hex is 0.12, 0.06, 0.00, 0.01. Web safe color of #ddedfc is #ccffff. Color #ddedfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101101 11111100
Octal 335 355 374
Decimal 221 237 252
Hex DD ED FC

RGB Percentages of Color #ddedfc

%31.13
%33.38
%35.49

CMYK Percentages of Color #ddedfc

%12
%6
%0
%1

Triadic Colors of #ddedfc

#ddedfc #fcdded #edfcdd

Analogous Colors of #ddedfc

#ddedfc #dddefc #ddfcfc

Monochromatic Colors of #ddedfc

#ddedfc

Complementary Color

#ddedfc #fcecdd

#ddedfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddedfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddedfc Color CSS Codes

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

#ddedfc Text Font Color

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

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


#ddedfc Background Color

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

This div background color is #ddedfc


#ddedfc Border Color

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

This div border color is #ddedfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddedfc


Comments

No comments written yet.

Please login to write comment.