Color Hex Logo

#dcfa8f Color Hex

#DCFA8F
(220,250,143)
0 Favorites   0 Comments

Color spaces of #dcfa8f

RGB 220250143
HSL0.210.910.77
HSV77°43°98°
CMYK 0.120.000.43   0.02
XYZ68.658785.570038.8846
Yxy85.57000.35550.4431
Hunter Lab92.5041-29.395239.8300
CIE-Lab94.1282-26.059747.9805

#dcfa8f color RGB value is (220,250,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111010 10001111
Octal 334 372 217
Decimal 220 250 143
Hex DC FA 8F

RGB Percentages of Color #dcfa8f

%35.89
%40.78
%23.33

CMYK Percentages of Color #dcfa8f

%12
%0
%43
%2

Triadic Colors of #dcfa8f

#dcfa8f #8fdcfa #fa8fdc

Analogous Colors of #dcfa8f

#dcfa8f #a7fa8f #fae38f

Monochromatic Colors of #dcfa8f

#dcfa8f

Complementary Color

#dcfa8f #ad8ffa

#dcfa8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfa8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfa8f Color CSS Codes

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

#dcfa8f Text Font Color

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

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


#dcfa8f Background Color

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

This div background color is #dcfa8f


#dcfa8f Border Color

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

This div border color is #dcfa8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfa8f


Comments

No comments written yet.

Please login to write comment.