Color Hex Logo

#dcf02f Color Hex

#DCF02F
(220,240,47)
0 Favorites   0 Comments

Color spaces of #dcf02f

RGB 22024047
HSL0.180.870.56
HSV66°80°94°
CMYK 0.080.000.80   0.06
XYZ61.188477.741114.4699
Yxy77.74110.39890.5068
Hunter Lab88.1709-30.424651.9894
CIE-Lab90.6616-28.017181.8371

#dcf02f color RGB value is (220,240,47).

#dcf02f hex color red value is 220, green value is 240 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #dcf02f hue: 0.18 , saturation: 0.87 and the lightness value of dcf02f is 0.56.

The process color (four color CMYK) of #dcf02f color hex is 0.08, 0.00, 0.80, 0.06. Web safe color of #dcf02f is #ccff33. Color #dcf02f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110000 00101111
Octal 334 360 57
Decimal 220 240 47
Hex DC F0 2F

RGB Percentages of Color #dcf02f

%43.39
%47.34
%9.27

CMYK Percentages of Color #dcf02f

%8
%0
%80
%6

Triadic Colors of #dcf02f

#dcf02f #2fdcf0 #f02fdc

Analogous Colors of #dcf02f

#dcf02f #7cf02f #f0a42f

Monochromatic Colors of #dcf02f

#dcf02f

Complementary Color

#dcf02f #432ff0

#dcf02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf02f Color CSS Codes

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

#dcf02f Text Font Color

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

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


#dcf02f Background Color

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

This div background color is #dcf02f


#dcf02f Border Color

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

This div border color is #dcf02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf02f


Comments

No comments written yet.

Please login to write comment.