Color Hex Logo

#daf000 Color Hex

#DAF000
(218,240,0)
0 Favorites   0 Comments

Color spaces of #daf000

RGB 2182400
HSL0.181.000.47
HSV66°100°94°
CMYK 0.090.001.00   0.06
XYZ60.073577.225611.7398
Yxy77.22560.40310.5182
Hunter Lab87.8781-31.764053.5940
CIE-Lab90.4253-29.636988.3008

#daf000 color RGB value is (218,240,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110000 00000000
Octal 332 360 0
Decimal 218 240 0
Hex DA F0 0

RGB Percentages of Color #daf000

%47.60
%52.40
%0.00

CMYK Percentages of Color #daf000

%9
%0
%100
%6

Triadic Colors of #daf000

#daf000 #00daf0 #f000da

Analogous Colors of #daf000

#daf000 #62f000 #f08e00

Monochromatic Colors of #daf000

#daf000

Complementary Color

#daf000 #1600f0

#daf000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf000 Color CSS Codes

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

#daf000 Text Font Color

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

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


#daf000 Background Color

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

This div background color is #daf000


#daf000 Border Color

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

This div border color is #daf000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf000

#daf000 Color Palettes


Comments

No comments written yet.

Please login to write comment.