Color Hex Logo

#dcfa49 Color Hex

#DCFA49
(220,250,73)
0 Favorites   0 Comments

Color spaces of #dcfa49

RGB 22025073
HSL0.190.950.63
HSV70°71°98°
CMYK 0.120.000.71   0.02
XYZ64.903484.067919.1093
Yxy84.06790.38610.5002
Hunter Lab91.6885-34.100551.8250
CIE-Lab93.4800-31.598876.7826

#dcfa49 color RGB value is (220,250,73).

#dcfa49 hex color red value is 220, green value is 250 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #dcfa49 hue: 0.19 , saturation: 0.95 and the lightness value of dcfa49 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111010 01001001
Octal 334 372 111
Decimal 220 250 73
Hex DC FA 49

RGB Percentages of Color #dcfa49

%40.52
%46.04
%13.44

CMYK Percentages of Color #dcfa49

%12
%0
%71
%2

Triadic Colors of #dcfa49

#dcfa49 #49dcfa #fa49dc

Analogous Colors of #dcfa49

#dcfa49 #84fa49 #fac049

Monochromatic Colors of #dcfa49

#dcfa49

Complementary Color

#dcfa49 #6749fa

#dcfa49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfa49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfa49 Color CSS Codes

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

#dcfa49 Text Font Color

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

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


#dcfa49 Background Color

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

This div background color is #dcfa49


#dcfa49 Border Color

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

This div border color is #dcfa49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfa49


Comments

No comments written yet.

Please login to write comment.