Color Hex Logo

#dcf16a Color Hex

#DCF16A
(220,241,106)
0 Favorites   0 Comments

Color spaces of #dcf16a

RGB 220241106
HSL0.190.830.68
HSV69°56°95°
CMYK 0.090.000.56   0.05
XYZ63.572079.166825.5658
Yxy79.16680.37770.4704
Hunter Lab88.9757-28.171645.2469
CIE-Lab91.3097-25.275761.6315

#dcf16a color RGB value is (220,241,106).

#dcf16a hex color red value is 220, green value is 241 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #dcf16a hue: 0.19 , saturation: 0.83 and the lightness value of dcf16a is 0.68.

The process color (four color CMYK) of #dcf16a color hex is 0.09, 0.00, 0.56, 0.05. Web safe color of #dcf16a is #ccff66. Color #dcf16a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110001 01101010
Octal 334 361 152
Decimal 220 241 106
Hex DC F1 6A

RGB Percentages of Color #dcf16a

%38.80
%42.50
%18.69

CMYK Percentages of Color #dcf16a

%9
%0
%56
%5

Triadic Colors of #dcf16a

#dcf16a #6adcf1 #f16adc

Analogous Colors of #dcf16a

#dcf16a #99f16a #f1c36a

Monochromatic Colors of #dcf16a

#dcf16a

Complementary Color

#dcf16a #7f6af1

#dcf16a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf16a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf16a Color CSS Codes

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

#dcf16a Text Font Color

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

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


#dcf16a Background Color

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

This div background color is #dcf16a


#dcf16a Border Color

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

This div border color is #dcf16a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf16a


Comments

No comments written yet.

Please login to write comment.