Color Hex Logo

#daf607 Color Hex

#DAF607
(218,246,7)
0 Favorites   0 Comments

Color spaces of #daf607

RGB 2182467
HSL0.190.940.50
HSV67°97°96°
CMYK 0.110.000.97   0.04
XYZ61.907680.832312.5403
Yxy80.83230.39870.5206
Hunter Lab89.9068-34.426254.6649
CIE-Lab92.0570-32.346788.9978

#daf607 color RGB value is (218,246,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110110 00000111
Octal 332 366 7
Decimal 218 246 7
Hex DA F6 7

RGB Percentages of Color #daf607

%46.28
%52.23
%1.49

CMYK Percentages of Color #daf607

%11
%0
%97
%4

Triadic Colors of #daf607

#daf607 #07daf6 #f607da

Analogous Colors of #daf607

#daf607 #63f607 #f69b07

Monochromatic Colors of #daf607

#daf607

Complementary Color

#daf607 #2307f6

#daf607 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf607 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf607 Color CSS Codes

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

#daf607 Text Font Color

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

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


#daf607 Background Color

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

This div background color is #daf607


#daf607 Border Color

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

This div border color is #daf607


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf607


Comments

No comments written yet.

Please login to write comment.