Color Hex Logo

#dafb06 Color Hex

#DAFB06
(218,251,6)
0 Favorites   0 Comments

Color spaces of #dafb06

RGB 2182516
HSL0.190.970.50
HSV68°98°98°
CMYK 0.130.000.98   0.02
XYZ63.443583.912913.0253
Yxy83.91290.39560.5232
Hunter Lab91.6040-36.680655.6923
CIE-Lab93.4127-34.635090.0965

#dafb06 color RGB value is (218,251,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 00000110
Octal 332 373 6
Decimal 218 251 6
Hex DA FB 6

RGB Percentages of Color #dafb06

%45.89
%52.84
%1.26

CMYK Percentages of Color #dafb06

%13
%0
%98
%2

Triadic Colors of #dafb06

#dafb06 #06dafb #fb06da

Analogous Colors of #dafb06

#dafb06 #60fb06 #fba206

Monochromatic Colors of #dafb06

#dafb06

Complementary Color

#dafb06 #2706fb

#dafb06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafb06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafb06 Color CSS Codes

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

#dafb06 Text Font Color

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

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


#dafb06 Background Color

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

This div background color is #dafb06


#dafb06 Border Color

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

This div border color is #dafb06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafb06

Related Colors


Comments

No comments written yet.

Please login to write comment.