Color Hex Logo

#dcfd6a Color Hex

#DCFD6A
(220,253,106)
0 Favorites   0 Comments

Color spaces of #dcfd6a

RGB 220253106
HSL0.200.970.70
HSV73°58°99°
CMYK 0.130.000.58   0.01
XYZ67.242086.506826.7891
Yxy86.50680.37250.4792
Hunter Lab93.0090-33.717148.0292
CIE-Lab94.5286-30.892865.2440

#dcfd6a color RGB value is (220,253,106).

#dcfd6a hex color red value is 220, green value is 253 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #dcfd6a hue: 0.20 , saturation: 0.97 and the lightness value of dcfd6a is 0.70.

The process color (four color CMYK) of #dcfd6a color hex is 0.13, 0.00, 0.58, 0.01. Web safe color of #dcfd6a is #ccff66. Color #dcfd6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111101 01101010
Octal 334 375 152
Decimal 220 253 106
Hex DC FD 6A

RGB Percentages of Color #dcfd6a

%38.00
%43.70
%18.31

CMYK Percentages of Color #dcfd6a

%13
%0
%58
%1

Triadic Colors of #dcfd6a

#dcfd6a #6adcfd #fd6adc

Analogous Colors of #dcfd6a

#dcfd6a #93fd6a #fdd56a

Monochromatic Colors of #dcfd6a

#dcfd6a

Complementary Color

#dcfd6a #8b6afd

#dcfd6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfd6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfd6a Color CSS Codes

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

#dcfd6a Text Font Color

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

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


#dcfd6a Background Color

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

This div background color is #dcfd6a


#dcfd6a Border Color

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

This div border color is #dcfd6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfd6a

Related Colors


Comments

No comments written yet.

Please login to write comment.