Color Hex Logo

#dafa3c Color Hex

#DAFA3C
(218,250,60)
0 Favorites   0 Comments

Color spaces of #dafa3c

RGB 21825060
HSL0.190.950.61
HSV70°76°98°
CMYK 0.130.000.76   0.02
XYZ63.914783.602917.0433
Yxy83.60290.38840.5080
Hunter Lab91.4346-35.235452.9527
CIE-Lab93.2778-32.974480.6242

#dafa3c color RGB value is (218,250,60).

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

The process color (four color CMYK) of #dafa3c color hex is 0.13, 0.00, 0.76, 0.02. Web safe color of #dafa3c is #ccff33. Color #dafa3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 00111100
Octal 332 372 74
Decimal 218 250 60
Hex DA FA 3C

RGB Percentages of Color #dafa3c

%41.29
%47.35
%11.36

CMYK Percentages of Color #dafa3c

%13
%0
%76
%2

Triadic Colors of #dafa3c

#dafa3c #3cdafa #fa3cda

Analogous Colors of #dafa3c

#dafa3c #7bfa3c #fabb3c

Monochromatic Colors of #dafa3c

#dafa3c

Complementary Color

#dafa3c #5c3cfa

#dafa3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafa3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafa3c Color CSS Codes

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

#dafa3c Text Font Color

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

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


#dafa3c Background Color

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

This div background color is #dafa3c


#dafa3c Border Color

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

This div border color is #dafa3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafa3c

Related Colors


Comments

No comments written yet.

Please login to write comment.