Color Hex Logo

#dcf13f Color Hex

#DCF13F
(220,241,63)
0 Favorites   0 Comments

Color spaces of #dcf13f

RGB 22024163
HSL0.190.860.60
HSV67°74°95°
CMYK 0.090.000.74   0.05
XYZ61.867778.485116.5910
Yxy78.48510.39420.5001
Hunter Lab88.5918-30.381050.9108
CIE-Lab91.0008-27.887377.6605

#dcf13f color RGB value is (220,241,63).

#dcf13f hex color red value is 220, green value is 241 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dcf13f hue: 0.19 , saturation: 0.86 and the lightness value of dcf13f is 0.60.

The process color (four color CMYK) of #dcf13f color hex is 0.09, 0.00, 0.74, 0.05. Web safe color of #dcf13f is #ccff33. Color #dcf13f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110001 00111111
Octal 334 361 77
Decimal 220 241 63
Hex DC F1 3F

RGB Percentages of Color #dcf13f

%41.98
%45.99
%12.02

CMYK Percentages of Color #dcf13f

%9
%0
%74
%5

Triadic Colors of #dcf13f

#dcf13f #3fdcf1 #f13fdc

Analogous Colors of #dcf13f

#dcf13f #83f13f #f1ad3f

Monochromatic Colors of #dcf13f

#dcf13f

Complementary Color

#dcf13f #543ff1

#dcf13f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf13f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf13f Color CSS Codes

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

#dcf13f Text Font Color

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

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


#dcf13f Background Color

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

This div background color is #dcf13f


#dcf13f Border Color

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

This div border color is #dcf13f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf13f


Comments

No comments written yet.

Please login to write comment.