Color Hex Logo

#daf00f Color Hex

#DAF00F
(218,240,15)
0 Favorites   0 Comments

Color spaces of #daf00f

RGB 21824015
HSL0.180.880.50
HSV66°94°94°
CMYK 0.090.000.94   0.06
XYZ60.159877.260112.1939
Yxy77.26010.40210.5164
Hunter Lab87.8977-31.650353.3032
CIE-Lab90.4412-29.499887.1162

#daf00f color RGB value is (218,240,15).

#daf00f hex color red value is 218, green value is 240 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #daf00f hue: 0.18 , saturation: 0.88 and the lightness value of daf00f is 0.50.

The process color (four color CMYK) of #daf00f color hex is 0.09, 0.00, 0.94, 0.06. Web safe color of #daf00f is #ccff00. Color #daf00f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110000 00001111
Octal 332 360 17
Decimal 218 240 15
Hex DA F0 F

RGB Percentages of Color #daf00f

%46.09
%50.74
%3.17

CMYK Percentages of Color #daf00f

%9
%0
%94
%6

Triadic Colors of #daf00f

#daf00f #0fdaf0 #f00fda

Analogous Colors of #daf00f

#daf00f #6af00f #f0960f

Monochromatic Colors of #daf00f

#daf00f

Complementary Color

#daf00f #250ff0

#daf00f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf00f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf00f Color CSS Codes

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

#daf00f Text Font Color

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

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


#daf00f Background Color

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

This div background color is #daf00f


#daf00f Border Color

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

This div border color is #daf00f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf00f


Comments

No comments written yet.

Please login to write comment.