Color Hex Logo

#dcfa7d Color Hex

#DCFA7D
(220,250,125)
0 Favorites   0 Comments

Color spaces of #dcfa7d

RGB 220250125
HSL0.210.930.74
HSV74°50°98°
CMYK 0.120.000.50   0.02
XYZ67.402585.067532.2692
Yxy85.06750.36490.4605
Hunter Lab92.2320-30.959643.8187
CIE-Lab93.9122-27.881656.1600

#dcfa7d color RGB value is (220,250,125).

#dcfa7d hex color red value is 220, green value is 250 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dcfa7d hue: 0.21 , saturation: 0.93 and the lightness value of dcfa7d is 0.74.

The process color (four color CMYK) of #dcfa7d color hex is 0.12, 0.00, 0.50, 0.02. Web safe color of #dcfa7d is #ccff66. Color #dcfa7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111010 01111101
Octal 334 372 175
Decimal 220 250 125
Hex DC FA 7D

RGB Percentages of Color #dcfa7d

%36.97
%42.02
%21.01

CMYK Percentages of Color #dcfa7d

%12
%0
%50
%2

Triadic Colors of #dcfa7d

#dcfa7d #7ddcfa #fa7ddc

Analogous Colors of #dcfa7d

#dcfa7d #9efa7d #fada7d

Monochromatic Colors of #dcfa7d

#dcfa7d

Complementary Color

#dcfa7d #9b7dfa

#dcfa7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfa7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfa7d Color CSS Codes

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

#dcfa7d Text Font Color

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

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


#dcfa7d Background Color

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

This div background color is #dcfa7d


#dcfa7d Border Color

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

This div border color is #dcfa7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfa7d


Comments

No comments written yet.

Please login to write comment.