Color Hex Logo

#dcfedf Color Hex

#DCFEDF
(220,254,223)
0 Favorites   0 Comments

Color spaces of #dcfedf

RGB 220254223
HSL0.350.940.93
HSV125°13°100°
CMYK 0.130.000.12   0.00
XYZ78.276391.427083.3336
Yxy91.42700.30930.3613
Hunter Lab95.6175-21.203315.2591
CIE-Lab96.5856-16.612611.1697

#dcfedf color RGB value is (220,254,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111110 11011111
Octal 334 376 337
Decimal 220 254 223
Hex DC FE DF

RGB Percentages of Color #dcfedf

%31.56
%36.44
%31.99

CMYK Percentages of Color #dcfedf

%13
%0
%12
%0

Triadic Colors of #dcfedf

#dcfedf #dfdcfe #fedfdc

Analogous Colors of #dcfedf

#dcfedf #dcfef0 #eafedc

Monochromatic Colors of #dcfedf

#dcfedf

Complementary Color

#dcfedf #fedcfb

#dcfedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfedf Color CSS Codes

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

#dcfedf Text Font Color

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

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


#dcfedf Background Color

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

This div background color is #dcfedf


#dcfedf Border Color

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

This div border color is #dcfedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfedf


Comments

No comments written yet.

Please login to write comment.