Color Hex Logo

#dcf56d Color Hex

#DCF56D
(220,245,109)
0 Favorites   0 Comments

Color spaces of #dcf56d

RGB 220245109
HSL0.200.870.69
HSV71°56°96°
CMYK 0.100.000.56   0.04
XYZ64.927981.624626.8011
Yxy81.62460.37450.4709
Hunter Lab90.3463-29.826145.6541
CIE-Lab92.4089-26.926861.5706

#dcf56d color RGB value is (220,245,109).

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

The process color (four color CMYK) of #dcf56d color hex is 0.10, 0.00, 0.56, 0.04. Web safe color of #dcf56d is #ccff66. Color #dcf56d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110101 01101101
Octal 334 365 155
Decimal 220 245 109
Hex DC F5 6D

RGB Percentages of Color #dcf56d

%38.33
%42.68
%18.99

CMYK Percentages of Color #dcf56d

%10
%0
%56
%4

Triadic Colors of #dcf56d

#dcf56d #6ddcf5 #f56ddc

Analogous Colors of #dcf56d

#dcf56d #98f56d #f5ca6d

Monochromatic Colors of #dcf56d

#dcf56d

Complementary Color

#dcf56d #866df5

#dcf56d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf56d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf56d Color CSS Codes

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

#dcf56d Text Font Color

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

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


#dcf56d Background Color

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

This div background color is #dcf56d


#dcf56d Border Color

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

This div border color is #dcf56d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf56d


Comments

No comments written yet.

Please login to write comment.