Color Hex Logo

#daf001 Color Hex

#DAF001
(218,240,1)
0 Favorites   0 Comments

Color spaces of #daf001

RGB 2182401
HSL0.180.990.47
HSV66°100°94°
CMYK 0.090.001.00   0.06
XYZ60.079077.227811.7687
Yxy77.22780.40300.5180
Hunter Lab87.8793-31.756853.5755
CIE-Lab90.4264-29.628188.2245

#daf001 color RGB value is (218,240,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110000 00000001
Octal 332 360 1
Decimal 218 240 1
Hex DA F0 1

RGB Percentages of Color #daf001

%47.49
%52.29
%0.22

CMYK Percentages of Color #daf001

%9
%0
%100
%6

Triadic Colors of #daf001

#daf001 #01daf0 #f001da

Analogous Colors of #daf001

#daf001 #63f001 #f08f01

Monochromatic Colors of #daf001

#daf001

Complementary Color

#daf001 #1701f0

#daf001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf001 Color CSS Codes

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

#daf001 Text Font Color

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

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


#daf001 Background Color

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

This div background color is #daf001


#daf001 Border Color

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

This div border color is #daf001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf001


Comments

No comments written yet.

Please login to write comment.