Color Hex Logo

#dcfc9d Color Hex

#DCFC9D
(220,252,157)
0 Favorites   0 Comments

Color spaces of #dcfc9d

RGB 220252157
HSL0.220.940.80
HSV80°38°99°
CMYK 0.130.000.38   0.01
XYZ70.411487.270845.0322
Yxy87.27080.34730.4305
Hunter Lab93.4188-28.944436.8127
CIE-Lab94.8530-25.398642.1152

#dcfc9d color RGB value is (220,252,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111100 10011101
Octal 334 374 235
Decimal 220 252 157
Hex DC FC 9D

RGB Percentages of Color #dcfc9d

%34.98
%40.06
%24.96

CMYK Percentages of Color #dcfc9d

%13
%0
%38
%1

Triadic Colors of #dcfc9d

#dcfc9d #9ddcfc #fc9ddc

Analogous Colors of #dcfc9d

#dcfc9d #adfc9d #fced9d

Monochromatic Colors of #dcfc9d

#dcfc9d

Complementary Color

#dcfc9d #bd9dfc

#dcfc9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfc9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfc9d Color CSS Codes

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

#dcfc9d Text Font Color

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

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


#dcfc9d Background Color

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

This div background color is #dcfc9d


#dcfc9d Border Color

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

This div border color is #dcfc9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfc9d


Comments

No comments written yet.

Please login to write comment.