Color Hex Logo

#dafb4f Color Hex

#DAFB4F
(218,251,79)
0 Favorites   0 Comments

Color spaces of #dafb4f

RGB 21825179
HSL0.200.960.65
HSV72°69°98°
CMYK 0.130.000.69   0.02
XYZ64.821984.464320.2839
Yxy84.46430.38230.4981
Hunter Lab91.9045-34.933551.2474
CIE-Lab93.6518-32.523874.8300

#dafb4f color RGB value is (218,251,79).

#dafb4f hex color red value is 218, green value is 251 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #dafb4f hue: 0.20 , saturation: 0.96 and the lightness value of dafb4f is 0.65.

The process color (four color CMYK) of #dafb4f color hex is 0.13, 0.00, 0.69, 0.02. Web safe color of #dafb4f is #ccff66. Color #dafb4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 01001111
Octal 332 373 117
Decimal 218 251 79
Hex DA FB 4F

RGB Percentages of Color #dafb4f

%39.78
%45.80
%14.42

CMYK Percentages of Color #dafb4f

%13
%0
%69
%2

Triadic Colors of #dafb4f

#dafb4f #4fdafb #fb4fda

Analogous Colors of #dafb4f

#dafb4f #84fb4f #fbc64f

Monochromatic Colors of #dafb4f

#dafb4f

Complementary Color

#dafb4f #704ffb

#dafb4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafb4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafb4f Color CSS Codes

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

#dafb4f Text Font Color

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

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


#dafb4f Background Color

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

This div background color is #dafb4f


#dafb4f Border Color

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

This div border color is #dafb4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafb4f


Comments

No comments written yet.

Please login to write comment.