Color Hex Logo

#dcf92c Color Hex

#DCF92C
(220,249,44)
0 Favorites   0 Comments

Color spaces of #dcf92c

RGB 22024944
HSL0.190.940.57
HSV68°82°98°
CMYK 0.120.000.82   0.02
XYZ63.845583.148915.0672
Yxy83.14890.39400.5131
Hunter Lab91.1860-34.595654.0334
CIE-Lab93.0796-32.278484.6206

#dcf92c color RGB value is (220,249,44).

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

The process color (four color CMYK) of #dcf92c color hex is 0.12, 0.00, 0.82, 0.02. Web safe color of #dcf92c is #ccff33. Color #dcf92c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111001 00101100
Octal 334 371 54
Decimal 220 249 44
Hex DC F9 2C

RGB Percentages of Color #dcf92c

%42.88
%48.54
%8.58

CMYK Percentages of Color #dcf92c

%12
%0
%82
%2

Triadic Colors of #dcf92c

#dcf92c #2cdcf9 #f92cdc

Analogous Colors of #dcf92c

#dcf92c #76f92c #f9b02c

Monochromatic Colors of #dcf92c

#dcf92c

Complementary Color

#dcf92c #492cf9

#dcf92c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf92c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf92c Color CSS Codes

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

#dcf92c Text Font Color

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

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


#dcf92c Background Color

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

This div background color is #dcf92c


#dcf92c Border Color

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

This div border color is #dcf92c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf92c


Comments

No comments written yet.

Please login to write comment.