Color Hex Logo

#ddfced Color Hex

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

Color spaces of #ddfced

RGB 221252237
HSL0.420.840.93
HSV151°12°99°
CMYK 0.120.000.06   0.01
XYZ79.915391.107493.4943
Yxy91.10740.30210.3444
Hunter Lab95.4502-17.58948.7401
CIE-Lab96.4543-12.79793.7912

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

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

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

Base Numbers

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

RGB Percentages of Color #ddfced

%31.13
%35.49
%33.38

CMYK Percentages of Color #ddfced

%12
%0
%6
%1

Triadic Colors of #ddfced

#ddfced #edddfc #fceddd

Analogous Colors of #ddfced

#ddfced #ddfcfc #ddfcde

Monochromatic Colors of #ddfced

#ddfced

Complementary Color

#ddfced #fcddec

#ddfced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfced Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfced Color CSS Codes

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

#ddfced Text Font Color

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

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


#ddfced Background Color

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

This div background color is #ddfced


#ddfced Border Color

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

This div border color is #ddfced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfced

Related Colors


Comments

No comments written yet.

Please login to write comment.