Color Hex Logo

#dcfd9d Color Hex

#DCFD9D
(220,253,157)
0 Favorites   0 Comments

Color spaces of #dcfd9d

RGB 220253157
HSL0.220.960.80
HSV81°38°99°
CMYK 0.130.000.38   0.01
XYZ70.726387.900545.1371
Yxy87.90050.34710.4314
Hunter Lab93.7553-29.416437.0844
CIE-Lab95.1190-25.871642.4581

#dcfd9d color RGB value is (220,253,157).

#dcfd9d hex color red value is 220, green value is 253 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dcfd9d hue: 0.22 , saturation: 0.96 and the lightness value of dcfd9d is 0.80.

The process color (four color CMYK) of #dcfd9d color hex is 0.13, 0.00, 0.38, 0.01. Web safe color of #dcfd9d is #ccff99. Color #dcfd9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111101 10011101
Octal 334 375 235
Decimal 220 253 157
Hex DC FD 9D

RGB Percentages of Color #dcfd9d

%34.92
%40.16
%24.92

CMYK Percentages of Color #dcfd9d

%13
%0
%38
%1

Triadic Colors of #dcfd9d

#dcfd9d #9ddcfd #fd9ddc

Analogous Colors of #dcfd9d

#dcfd9d #acfd9d #fdee9d

Monochromatic Colors of #dcfd9d

#dcfd9d

Complementary Color

#dcfd9d #be9dfd

#dcfd9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfd9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfd9d Color CSS Codes

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

#dcfd9d Text Font Color

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

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


#dcfd9d Background Color

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

This div background color is #dcfd9d


#dcfd9d Border Color

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

This div border color is #dcfd9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfd9d


Comments

No comments written yet.

Please login to write comment.