Color Hex Logo

#dcfedd Color Hex

#DCFEDD
(220,254,221)
0 Favorites   0 Comments

Color spaces of #dcfedd

RGB 220254221
HSL0.340.940.93
HSV122°13°100°
CMYK 0.130.000.13   0.00
XYZ78.008291.319781.9216
Yxy91.31970.31050.3635
Hunter Lab95.5613-21.520016.0656
CIE-Lab96.5415-16.958312.1329

#dcfedd color RGB value is (220,254,221).

#dcfedd hex color red value is 220, green value is 254 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dcfedd hue: 0.34 , saturation: 0.94 and the lightness value of dcfedd is 0.93.

The process color (four color CMYK) of #dcfedd color hex is 0.13, 0.00, 0.13, 0.00. Web safe color of #dcfedd is #ccffcc. Color #dcfedd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111110 11011101
Octal 334 376 335
Decimal 220 254 221
Hex DC FE DD

RGB Percentages of Color #dcfedd

%31.65
%36.55
%31.80

CMYK Percentages of Color #dcfedd

%13
%0
%13
%0

Triadic Colors of #dcfedd

#dcfedd #dddcfe #fedddc

Analogous Colors of #dcfedd

#dcfedd #dcfeee #ecfedc

Monochromatic Colors of #dcfedd

#dcfedd

Complementary Color

#dcfedd #fedcfd

#dcfedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfedd Color CSS Codes

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

#dcfedd Text Font Color

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

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


#dcfedd Background Color

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

This div background color is #dcfedd


#dcfedd Border Color

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

This div border color is #dcfedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfedd


Comments

No comments written yet.

Please login to write comment.