Color Hex Logo

#dafb09 Color Hex

#DAFB09
(218,251,9)
0 Favorites   0 Comments

Color spaces of #dafb09

RGB 2182519
HSL0.190.970.51
HSV68°96°98°
CMYK 0.130.000.96   0.02
XYZ63.459983.919513.1118
Yxy83.91950.39540.5229
Hunter Lab91.6076-36.659855.6391
CIE-Lab93.4155-34.609789.8837

#dafb09 color RGB value is (218,251,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 00001001
Octal 332 373 11
Decimal 218 251 9
Hex DA FB 9

RGB Percentages of Color #dafb09

%45.61
%52.51
%1.88

CMYK Percentages of Color #dafb09

%13
%0
%96
%2

Triadic Colors of #dafb09

#dafb09 #09dafb #fb09da

Analogous Colors of #dafb09

#dafb09 #61fb09 #fba309

Monochromatic Colors of #dafb09

#dafb09

Complementary Color

#dafb09 #2a09fb

#dafb09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafb09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafb09 Color CSS Codes

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

#dafb09 Text Font Color

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

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


#dafb09 Background Color

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

This div background color is #dafb09


#dafb09 Border Color

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

This div border color is #dafb09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafb09

Related Colors


Comments

No comments written yet.

Please login to write comment.