Color Hex Logo

#dcfde4 Color Hex

#DCFDE4
(220,253,228)
0 Favorites   0 Comments

Color spaces of #dcfde4

RGB 220253228
HSL0.370.890.93
HSV135°13°99°
CMYK 0.130.000.10   0.01
XYZ78.644191.067686.8316
Yxy91.06760.30660.3550
Hunter Lab95.4293-19.898112.8523
CIE-Lab96.4379-15.24298.3903

#dcfde4 color RGB value is (220,253,228).

#dcfde4 hex color red value is 220, green value is 253 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #dcfde4 hue: 0.37 , saturation: 0.89 and the lightness value of dcfde4 is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111101 11100100
Octal 334 375 344
Decimal 220 253 228
Hex DC FD E4

RGB Percentages of Color #dcfde4

%31.38
%36.09
%32.52

CMYK Percentages of Color #dcfde4

%13
%0
%10
%1

Triadic Colors of #dcfde4

#dcfde4 #e4dcfd #fde4dc

Analogous Colors of #dcfde4

#dcfde4 #dcfdf5 #e5fddc

Monochromatic Colors of #dcfde4

#dcfde4

Complementary Color

#dcfde4 #fddcf5

#dcfde4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfde4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfde4 Color CSS Codes

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

#dcfde4 Text Font Color

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

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


#dcfde4 Background Color

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

This div background color is #dcfde4


#dcfde4 Border Color

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

This div border color is #dcfde4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfde4

Related Colors


Comments

No comments written yet.

Please login to write comment.