Color Hex Logo

#dcfed7 Color Hex

#DCFED7
(220,254,215)
0 Favorites   0 Comments

Color spaces of #dcfed7

RGB 220254215
HSL0.310.950.92
HSV112°15°100°
CMYK 0.130.000.15   0.00
XYZ77.222891.005677.7857
Yxy91.00560.31390.3699
Hunter Lab95.3969-22.450518.4333
CIE-Lab96.4124-17.977915.0244

#dcfed7 color RGB value is (220,254,215).

#dcfed7 hex color red value is 220, green value is 254 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #dcfed7 hue: 0.31 , saturation: 0.95 and the lightness value of dcfed7 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111110 11010111
Octal 334 376 327
Decimal 220 254 215
Hex DC FE D7

RGB Percentages of Color #dcfed7

%31.93
%36.87
%31.20

CMYK Percentages of Color #dcfed7

%13
%0
%15
%0

Triadic Colors of #dcfed7

#dcfed7 #d7dcfe #fed7dc

Analogous Colors of #dcfed7

#dcfed7 #d7fee6 #f0fed7

Monochromatic Colors of #dcfed7

#dcfed7

Complementary Color

#dcfed7 #f9d7fe

#dcfed7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfed7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfed7 Color CSS Codes

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

#dcfed7 Text Font Color

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

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


#dcfed7 Background Color

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

This div background color is #dcfed7


#dcfed7 Border Color

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

This div border color is #dcfed7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfed7

Related Colors


Comments

No comments written yet.

Please login to write comment.