Color Hex Logo

#dcf480 Color Hex

#DCF480
(220,244,128)
0 Favorites   0 Comments

Color spaces of #dcf480

RGB 220244128
HSL0.200.840.73
HSV72°48°96°
CMYK 0.100.000.48   0.04
XYZ65.762281.475532.6824
Yxy81.47550.36550.4528
Hunter Lab90.2638-27.914441.7171
CIE-Lab92.3429-24.764052.8876

#dcf480 color RGB value is (220,244,128).

#dcf480 hex color red value is 220, green value is 244 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #dcf480 hue: 0.20 , saturation: 0.84 and the lightness value of dcf480 is 0.73.

The process color (four color CMYK) of #dcf480 color hex is 0.10, 0.00, 0.48, 0.04. Web safe color of #dcf480 is #ccff99. Color #dcf480 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110100 10000000
Octal 334 364 200
Decimal 220 244 128
Hex DC F4 80

RGB Percentages of Color #dcf480

%37.16
%41.22
%21.62

CMYK Percentages of Color #dcf480

%10
%0
%48
%4

Triadic Colors of #dcf480

#dcf480 #80dcf4 #f480dc

Analogous Colors of #dcf480

#dcf480 #a2f480 #f4d280

Monochromatic Colors of #dcf480

#dcf480

Complementary Color

#dcf480 #9880f4

#dcf480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf480 Color CSS Codes

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

#dcf480 Text Font Color

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

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


#dcf480 Background Color

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

This div background color is #dcf480


#dcf480 Border Color

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

This div border color is #dcf480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf480


Comments

No comments written yet.

Please login to write comment.