Color Hex Logo

#dafb07 Color Hex

#DAFB07
(218,251,7)
0 Favorites   0 Comments

Color spaces of #dafb07

RGB 2182517
HSL0.190.970.51
HSV68°97°98°
CMYK 0.130.000.97   0.02
XYZ63.449083.915113.0541
Yxy83.91510.39550.5231
Hunter Lab91.6052-36.673655.6746
CIE-Lab93.4136-34.626590.0255

#dafb07 color RGB value is (218,251,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 00000111
Octal 332 373 7
Decimal 218 251 7
Hex DA FB 7

RGB Percentages of Color #dafb07

%45.80
%52.73
%1.47

CMYK Percentages of Color #dafb07

%13
%0
%97
%2

Triadic Colors of #dafb07

#dafb07 #07dafb #fb07da

Analogous Colors of #dafb07

#dafb07 #60fb07 #fba207

Monochromatic Colors of #dafb07

#dafb07

Complementary Color

#dafb07 #2807fb

#dafb07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafb07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafb07 Color CSS Codes

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

#dafb07 Text Font Color

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

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


#dafb07 Background Color

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

This div background color is #dafb07


#dafb07 Border Color

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

This div border color is #dafb07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafb07


Comments

No comments written yet.

Please login to write comment.