Color Hex Logo

#dcf56a Color Hex

#DCF56A
(220,245,106)
0 Favorites   0 Comments

Color spaces of #dcf56a

RGB 220245106
HSL0.200.870.69
HSV71°57°96°
CMYK 0.100.000.57   0.04
XYZ64.769181.561125.9648
Yxy81.56110.37590.4734
Hunter Lab90.3112-30.028546.1717
CIE-Lab92.3808-27.164962.8397

#dcf56a color RGB value is (220,245,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110101 01101010
Octal 334 365 152
Decimal 220 245 106
Hex DC F5 6A

RGB Percentages of Color #dcf56a

%38.53
%42.91
%18.56

CMYK Percentages of Color #dcf56a

%10
%0
%57
%4

Triadic Colors of #dcf56a

#dcf56a #6adcf5 #f56adc

Analogous Colors of #dcf56a

#dcf56a #97f56a #f5c96a

Monochromatic Colors of #dcf56a

#dcf56a

Complementary Color

#dcf56a #836af5

#dcf56a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf56a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf56a Color CSS Codes

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

#dcf56a Text Font Color

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

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


#dcf56a Background Color

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

This div background color is #dcf56a


#dcf56a Border Color

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

This div border color is #dcf56a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf56a


Comments

No comments written yet.

Please login to write comment.