Color Hex Logo

#dcfed1 Color Hex

#DCFED1
(220,254,209)
0 Favorites   0 Comments

Color spaces of #dcfed1

RGB 220254209
HSL0.290.960.91
HSV105°18°100°
CMYK 0.130.000.18   0.00
XYZ76.465690.702773.7988
Yxy90.70270.31730.3764
Hunter Lab95.2380-23.350620.7234
CIE-Lab96.2875-18.969717.9175

#dcfed1 color RGB value is (220,254,209).

#dcfed1 hex color red value is 220, green value is 254 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #dcfed1 hue: 0.29 , saturation: 0.96 and the lightness value of dcfed1 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111110 11010001
Octal 334 376 321
Decimal 220 254 209
Hex DC FE D1

RGB Percentages of Color #dcfed1

%32.21
%37.19
%30.60

CMYK Percentages of Color #dcfed1

%13
%0
%18
%0

Triadic Colors of #dcfed1

#dcfed1 #d1dcfe #fed1dc

Analogous Colors of #dcfed1

#dcfed1 #d1fedd #f3fed1

Monochromatic Colors of #dcfed1

#dcfed1

Complementary Color

#dcfed1 #f3d1fe

#dcfed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfed1 Color CSS Codes

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

#dcfed1 Text Font Color

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

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


#dcfed1 Background Color

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

This div background color is #dcfed1


#dcfed1 Border Color

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

This div border color is #dcfed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfed1


Comments

No comments written yet.

Please login to write comment.