Color Hex Logo

#dafb2c Color Hex

#DAFB2C
(218,251,44)
0 Favorites   0 Comments

Color spaces of #dafb2c

RGB 21825144
HSL0.190.960.58
HSV70°82°98°
CMYK 0.130.000.82   0.02
XYZ63.865284.081615.2462
Yxy84.08160.39130.5152
Hunter Lab91.6960-36.144954.3291
CIE-Lab93.4859-33.984884.9131

#dafb2c color RGB value is (218,251,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 00101100
Octal 332 373 54
Decimal 218 251 44
Hex DA FB 2C

RGB Percentages of Color #dafb2c

%42.50
%48.93
%8.58

CMYK Percentages of Color #dafb2c

%13
%0
%82
%2

Triadic Colors of #dafb2c

#dafb2c #2cdafb #fb2cda

Analogous Colors of #dafb2c

#dafb2c #73fb2c #fbb52c

Monochromatic Colors of #dafb2c

#dafb2c

Complementary Color

#dafb2c #4d2cfb

#dafb2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafb2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafb2c Color CSS Codes

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

#dafb2c Text Font Color

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

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


#dafb2c Background Color

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

This div background color is #dafb2c


#dafb2c Border Color

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

This div border color is #dafb2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafb2c

Related Colors


Comments

No comments written yet.

Please login to write comment.