Color Hex Logo

#daf02f Color Hex

#DAF02F
(218,240,47)
0 Favorites   0 Comments

Color spaces of #daf02f

RGB 21824047
HSL0.190.870.56
HSV67°80°94°
CMYK 0.090.000.80   0.06
XYZ60.586677.430814.4417
Yxy77.43080.39740.5079
Hunter Lab87.9948-31.089151.8657
CIE-Lab90.5195-28.824681.6585

#daf02f color RGB value is (218,240,47).

#daf02f hex color red value is 218, green value is 240 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #daf02f hue: 0.19 , saturation: 0.87 and the lightness value of daf02f is 0.56.

The process color (four color CMYK) of #daf02f color hex is 0.09, 0.00, 0.80, 0.06. Web safe color of #daf02f is #ccff33. Color #daf02f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110000 00101111
Octal 332 360 57
Decimal 218 240 47
Hex DA F0 2F

RGB Percentages of Color #daf02f

%43.17
%47.52
%9.31

CMYK Percentages of Color #daf02f

%9
%0
%80
%6

Triadic Colors of #daf02f

#daf02f #2fdaf0 #f02fda

Analogous Colors of #daf02f

#daf02f #7af02f #f0a62f

Monochromatic Colors of #daf02f

#daf02f

Complementary Color

#daf02f #452ff0

#daf02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf02f Color CSS Codes

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

#daf02f Text Font Color

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

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


#daf02f Background Color

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

This div background color is #daf02f


#daf02f Border Color

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

This div border color is #daf02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf02f


Comments

No comments written yet.

Please login to write comment.