Color Hex Logo

#dcfde3 Color Hex

#DCFDE3
(220,253,227)
0 Favorites   0 Comments

Color spaces of #dcfde3

RGB 220253227
HSL0.370.890.93
HSV133°13°99°
CMYK 0.130.000.10   0.01
XYZ78.505691.012386.1025
Yxy91.01230.30710.3560
Hunter Lab95.4004-20.061813.2688
CIE-Lab96.4151-15.42058.8716

#dcfde3 color RGB value is (220,253,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111101 11100011
Octal 334 375 343
Decimal 220 253 227
Hex DC FD E3

RGB Percentages of Color #dcfde3

%31.43
%36.14
%32.43

CMYK Percentages of Color #dcfde3

%13
%0
%10
%1

Triadic Colors of #dcfde3

#dcfde3 #e3dcfd #fde3dc

Analogous Colors of #dcfde3

#dcfde3 #dcfdf4 #e6fddc

Monochromatic Colors of #dcfde3

#dcfde3

Complementary Color

#dcfde3 #fddcf6

#dcfde3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfde3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfde3 Color CSS Codes

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

#dcfde3 Text Font Color

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

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


#dcfde3 Background Color

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

This div background color is #dcfde3


#dcfde3 Border Color

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

This div border color is #dcfde3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfde3

Related Colors


Comments

No comments written yet.

Please login to write comment.