Color Hex Logo

#dcfb6a Color Hex

#DCFB6A
(220,251,106)
0 Favorites   0 Comments

Color spaces of #dcfb6a

RGB 220251106
HSL0.200.950.70
HSV73°58°98°
CMYK 0.120.000.58   0.02
XYZ66.613985.250626.5798
Yxy85.25060.37330.4777
Hunter Lab92.3313-32.797947.5638
CIE-Lab93.9910-29.967064.6443

#dcfb6a color RGB value is (220,251,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111011 01101010
Octal 334 373 152
Decimal 220 251 106
Hex DC FB 6A

RGB Percentages of Color #dcfb6a

%38.13
%43.50
%18.37

CMYK Percentages of Color #dcfb6a

%12
%0
%58
%2

Triadic Colors of #dcfb6a

#dcfb6a #6adcfb #fb6adc

Analogous Colors of #dcfb6a

#dcfb6a #94fb6a #fbd26a

Monochromatic Colors of #dcfb6a

#dcfb6a

Complementary Color

#dcfb6a #896afb

#dcfb6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfb6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfb6a Color CSS Codes

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

#dcfb6a Text Font Color

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

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


#dcfb6a Background Color

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

This div background color is #dcfb6a


#dcfb6a Border Color

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

This div border color is #dcfb6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfb6a

Related Colors


Comments

No comments written yet.

Please login to write comment.