Color Hex Logo

#dcffd1 Color Hex

#DCFFD1
(220,255,209)
0 Favorites   0 Comments

Color spaces of #dcffd1

RGB 220255209
HSL0.291.000.91
HSV106°18°100°
CMYK 0.140.000.18   0.00
XYZ76.783891.339173.9049
Yxy91.33910.31730.3774
Hunter Lab95.5715-23.840121.0514
CIE-Lab96.5495-19.454918.2851

#dcffd1 color RGB value is (220,255,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111111 11010001
Octal 334 377 321
Decimal 220 255 209
Hex DC FF D1

RGB Percentages of Color #dcffd1

%32.16
%37.28
%30.56

CMYK Percentages of Color #dcffd1

%14
%0
%18
%0

Triadic Colors of #dcffd1

#dcffd1 #d1dcff #ffd1dc

Analogous Colors of #dcffd1

#dcffd1 #d1ffdd #f3ffd1

Monochromatic Colors of #dcffd1

#dcffd1

Complementary Color

#dcffd1 #f4d1ff

#dcffd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcffd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcffd1 Color CSS Codes

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

#dcffd1 Text Font Color

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

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


#dcffd1 Background Color

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

This div background color is #dcffd1


#dcffd1 Border Color

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

This div border color is #dcffd1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,255,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 #dcffd1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcffd1

Related Colors

#dcffd1 Color Palettes


Comments

No comments written yet.

Please login to write comment.