Color Hex Logo

#dcfa8d Color Hex

#DCFA8D
(220,250,141)
0 Favorites   0 Comments

Color spaces of #dcfa8d

RGB 220250141
HSL0.210.920.77
HSV77°44°98°
CMYK 0.120.000.44   0.02
XYZ68.508585.509938.0936
Yxy85.50990.35660.4451
Hunter Lab92.4716-29.581740.3056
CIE-Lab94.1024-26.275948.9048

#dcfa8d color RGB value is (220,250,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111010 10001101
Octal 334 372 215
Decimal 220 250 141
Hex DC FA 8D

RGB Percentages of Color #dcfa8d

%36.01
%40.92
%23.08

CMYK Percentages of Color #dcfa8d

%12
%0
%44
%2

Triadic Colors of #dcfa8d

#dcfa8d #8ddcfa #fa8ddc

Analogous Colors of #dcfa8d

#dcfa8d #a6fa8d #fae28d

Monochromatic Colors of #dcfa8d

#dcfa8d

Complementary Color

#dcfa8d #ab8dfa

#dcfa8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfa8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfa8d Color CSS Codes

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

#dcfa8d Text Font Color

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

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


#dcfa8d Background Color

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

This div background color is #dcfa8d


#dcfa8d Border Color

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

This div border color is #dcfa8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfa8d

#dcfa8d Color Palettes


Comments

No comments written yet.

Please login to write comment.