Color Hex Logo

#dcf82a Color Hex

#DCF82A
(220,248,42)
0 Favorites   0 Comments

Color spaces of #dcf82a

RGB 22024842
HSL0.190.940.57
HSV68°83°97°
CMYK 0.110.000.83   0.03
XYZ63.500582.517614.7711
Yxy82.51760.39490.5132
Hunter Lab90.8392-34.189453.9465
CIE-Lab92.8028-31.875684.8255

#dcf82a color RGB value is (220,248,42).

#dcf82a hex color red value is 220, green value is 248 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #dcf82a hue: 0.19 , saturation: 0.94 and the lightness value of dcf82a is 0.57.

The process color (four color CMYK) of #dcf82a color hex is 0.11, 0.00, 0.83, 0.03. Web safe color of #dcf82a is #ccff33. Color #dcf82a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111000 00101010
Octal 334 370 52
Decimal 220 248 42
Hex DC F8 2A

RGB Percentages of Color #dcf82a

%43.14
%48.63
%8.24

CMYK Percentages of Color #dcf82a

%11
%0
%83
%3

Triadic Colors of #dcf82a

#dcf82a #2adcf8 #f82adc

Analogous Colors of #dcf82a

#dcf82a #75f82a #f8ad2a

Monochromatic Colors of #dcf82a

#dcf82a

Complementary Color

#dcf82a #462af8

#dcf82a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf82a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf82a Color CSS Codes

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

#dcf82a Text Font Color

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

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


#dcf82a Background Color

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

This div background color is #dcf82a


#dcf82a Border Color

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

This div border color is #dcf82a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf82a


Comments

No comments written yet.

Please login to write comment.