Color Hex Logo

#dafa1c Color Hex

#DAFA1C
(218,250,28)
0 Favorites   0 Comments

Color spaces of #dafa1c

RGB 21825028
HSL0.190.960.55
HSV69°89°98°
CMYK 0.130.000.89   0.02
XYZ63.308783.360513.8521
Yxy83.36050.39440.5193
Hunter Lab91.3020-36.006754.9161
CIE-Lab93.1720-33.907587.6391

#dafa1c color RGB value is (218,250,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 00011100
Octal 332 372 34
Decimal 218 250 28
Hex DA FA 1C

RGB Percentages of Color #dafa1c

%43.95
%50.40
%5.65

CMYK Percentages of Color #dafa1c

%13
%0
%89
%2

Triadic Colors of #dafa1c

#dafa1c #1cdafa #fa1cda

Analogous Colors of #dafa1c

#dafa1c #6bfa1c #faab1c

Monochromatic Colors of #dafa1c

#dafa1c

Complementary Color

#dafa1c #3c1cfa

#dafa1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafa1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafa1c Color CSS Codes

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

#dafa1c Text Font Color

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

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


#dafa1c Background Color

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

This div background color is #dafa1c


#dafa1c Border Color

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

This div border color is #dafa1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafa1c

Related Colors


Comments

No comments written yet.

Please login to write comment.