Color Hex Logo

#dafb1c Color Hex

#DAFB1C
(218,251,28)
0 Favorites   0 Comments

Color spaces of #dafb1c

RGB 21825128
HSL0.190.970.55
HSV69°89°98°
CMYK 0.130.000.89   0.02
XYZ63.620283.983613.9559
Yxy83.98360.39380.5198
Hunter Lab91.6426-36.456055.1207
CIE-Lab93.4434-34.362187.8563

#dafb1c color RGB value is (218,251,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 00011100
Octal 332 373 34
Decimal 218 251 28
Hex DA FB 1C

RGB Percentages of Color #dafb1c

%43.86
%50.50
%5.63

CMYK Percentages of Color #dafb1c

%13
%0
%89
%2

Triadic Colors of #dafb1c

#dafb1c #1cdafb #fb1cda

Analogous Colors of #dafb1c

#dafb1c #6bfb1c #fbad1c

Monochromatic Colors of #dafb1c

#dafb1c

Complementary Color

#dafb1c #3d1cfb

#dafb1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafb1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafb1c Color CSS Codes

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

#dafb1c Text Font Color

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

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


#dafb1c Background Color

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

This div background color is #dafb1c


#dafb1c Border Color

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

This div border color is #dafb1c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,251,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 #dafb1c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafb1c


Comments

No comments written yet.

Please login to write comment.