Color Hex Logo

#dafb20 Color Hex

#DAFB20
(218,251,32)
0 Favorites   0 Comments

Color spaces of #dafb20

RGB 21825132
HSL0.190.960.55
HSV69°87°98°
CMYK 0.130.000.87   0.02
XYZ63.671384.004114.2251
Yxy84.00410.39330.5189
Hunter Lab91.6538-36.391254.9555
CIE-Lab93.4523-34.283487.2274

#dafb20 color RGB value is (218,251,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 00100000
Octal 332 373 40
Decimal 218 251 32
Hex DA FB 20

RGB Percentages of Color #dafb20

%43.51
%50.10
%6.39

CMYK Percentages of Color #dafb20

%13
%0
%87
%2

Triadic Colors of #dafb20

#dafb20 #20dafb #fb20da

Analogous Colors of #dafb20

#dafb20 #6dfb20 #fbaf20

Monochromatic Colors of #dafb20

#dafb20

Complementary Color

#dafb20 #4120fb

#dafb20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafb20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafb20 Color CSS Codes

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

#dafb20 Text Font Color

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

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


#dafb20 Background Color

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

This div background color is #dafb20


#dafb20 Border Color

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

This div border color is #dafb20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafb20


Comments

No comments written yet.

Please login to write comment.