Color Hex Logo

#daf407 Color Hex

#DAF407
(218,244,7)
0 Favorites   0 Comments

Color spaces of #daf407

RGB 2182447
HSL0.180.940.49
HSV67°97°96°
CMYK 0.110.000.97   0.04
XYZ61.302579.622112.3386
Yxy79.62210.40000.5195
Hunter Lab89.2312-33.523854.2634
CIE-Lab91.5150-31.427488.5879

#daf407 color RGB value is (218,244,7).

#daf407 hex color red value is 218, green value is 244 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #daf407 hue: 0.18 , saturation: 0.94 and the lightness value of daf407 is 0.49.

The process color (four color CMYK) of #daf407 color hex is 0.11, 0.00, 0.97, 0.04. Web safe color of #daf407 is #ccff00. Color #daf407 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110100 00000111
Octal 332 364 7
Decimal 218 244 7
Hex DA F4 7

RGB Percentages of Color #daf407

%46.48
%52.03
%1.49

CMYK Percentages of Color #daf407

%11
%0
%97
%4

Triadic Colors of #daf407

#daf407 #07daf4 #f407da

Analogous Colors of #daf407

#daf407 #64f407 #f49807

Monochromatic Colors of #daf407

#daf407

Complementary Color

#daf407 #2107f4

#daf407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf407 Color CSS Codes

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

#daf407 Text Font Color

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

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


#daf407 Background Color

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

This div background color is #daf407


#daf407 Border Color

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

This div border color is #daf407


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,244,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 #daf407">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf407


Comments

No comments written yet.

Please login to write comment.