Color Hex Logo

#dafb11 Color Hex

#DAFB11
(218,251,17)
0 Favorites   0 Comments

Color spaces of #dafb11

RGB 21825117
HSL0.190.970.53
HSV68°93°98°
CMYK 0.130.000.93   0.02
XYZ63.511883.940313.3850
Yxy83.94030.39490.5219
Hunter Lab91.6189-36.593955.4713
CIE-Lab93.4246-34.529689.2181

#dafb11 color RGB value is (218,251,17).

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

The process color (four color CMYK) of #dafb11 color hex is 0.13, 0.00, 0.93, 0.02. Web safe color of #dafb11 is #ccff00. Color #dafb11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 00010001
Octal 332 373 21
Decimal 218 251 17
Hex DA FB 11

RGB Percentages of Color #dafb11

%44.86
%51.65
%3.50

CMYK Percentages of Color #dafb11

%13
%0
%93
%2

Triadic Colors of #dafb11

#dafb11 #11dafb #fb11da

Analogous Colors of #dafb11

#dafb11 #65fb11 #fba711

Monochromatic Colors of #dafb11

#dafb11

Complementary Color

#dafb11 #3211fb

#dafb11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafb11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafb11 Color CSS Codes

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

#dafb11 Text Font Color

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

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


#dafb11 Background Color

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

This div background color is #dafb11


#dafb11 Border Color

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

This div border color is #dafb11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafb11


Comments

No comments written yet.

Please login to write comment.