Color Hex Logo

#dcfb6d Color Hex

#DCFB6D
(220,251,109)
0 Favorites   0 Comments

Color spaces of #dcfb6d

RGB 220251109
HSL0.200.950.71
HSV73°57°98°
CMYK 0.120.000.57   0.02
XYZ66.772785.314127.4160
Yxy85.31410.37200.4753
Hunter Lab92.3656-32.599147.0575
CIE-Lab94.0183-29.732163.3941

#dcfb6d color RGB value is (220,251,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111011 01101101
Octal 334 373 155
Decimal 220 251 109
Hex DC FB 6D

RGB Percentages of Color #dcfb6d

%37.93
%43.28
%18.79

CMYK Percentages of Color #dcfb6d

%12
%0
%57
%2

Triadic Colors of #dcfb6d

#dcfb6d #6ddcfb #fb6ddc

Analogous Colors of #dcfb6d

#dcfb6d #95fb6d #fbd36d

Monochromatic Colors of #dcfb6d

#dcfb6d

Complementary Color

#dcfb6d #8c6dfb

#dcfb6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfb6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfb6d Color CSS Codes

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

#dcfb6d Text Font Color

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

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


#dcfb6d Background Color

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

This div background color is #dcfb6d


#dcfb6d Border Color

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

This div border color is #dcfb6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfb6d


Comments

No comments written yet.

Please login to write comment.