Color Hex Logo

#dcfa9d Color Hex

#DCFA9D
(220,250,157)
0 Favorites   0 Comments

Color spaces of #dcfa9d

RGB 220250157
HSL0.220.900.80
HSV79°37°98°
CMYK 0.120.000.37   0.02
XYZ69.786686.021244.8239
Yxy86.02120.34780.4288
Hunter Lab92.7476-27.998636.2691
CIE-Lab94.3214-24.449341.4287

#dcfa9d color RGB value is (220,250,157).

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

The process color (four color CMYK) of #dcfa9d color hex is 0.12, 0.00, 0.37, 0.02. Web safe color of #dcfa9d is #ccff99. Color #dcfa9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111010 10011101
Octal 334 372 235
Decimal 220 250 157
Hex DC FA 9D

RGB Percentages of Color #dcfa9d

%35.09
%39.87
%25.04

CMYK Percentages of Color #dcfa9d

%12
%0
%37
%2

Triadic Colors of #dcfa9d

#dcfa9d #9ddcfa #fa9ddc

Analogous Colors of #dcfa9d

#dcfa9d #aefa9d #faea9d

Monochromatic Colors of #dcfa9d

#dcfa9d

Complementary Color

#dcfa9d #bb9dfa

#dcfa9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfa9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfa9d Color CSS Codes

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

#dcfa9d Text Font Color

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

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


#dcfa9d Background Color

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

This div background color is #dcfa9d


#dcfa9d Border Color

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

This div border color is #dcfa9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfa9d


Comments

No comments written yet.

Please login to write comment.