Color Hex Logo

#daf50f Color Hex

#DAF50F
(218,245,15)
0 Favorites   0 Comments

Color spaces of #daf50f

RGB 21824515
HSL0.190.920.51
HSV67°94°96°
CMYK 0.110.000.94   0.04
XYZ61.652180.244712.6913
Yxy80.24470.39880.5191
Hunter Lab89.5794-33.913254.3056
CIE-Lab91.7945-31.812588.1562

#daf50f color RGB value is (218,245,15).

#daf50f hex color red value is 218, green value is 245 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #daf50f hue: 0.19 , saturation: 0.92 and the lightness value of daf50f is 0.51.

The process color (four color CMYK) of #daf50f color hex is 0.11, 0.00, 0.94, 0.04. Web safe color of #daf50f is #ccff00. Color #daf50f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110101 00001111
Octal 332 365 17
Decimal 218 245 15
Hex DA F5 F

RGB Percentages of Color #daf50f

%45.61
%51.26
%3.14

CMYK Percentages of Color #daf50f

%11
%0
%94
%4

Triadic Colors of #daf50f

#daf50f #0fdaf5 #f50fda

Analogous Colors of #daf50f

#daf50f #67f50f #f59d0f

Monochromatic Colors of #daf50f

#daf50f

Complementary Color

#daf50f #2a0ff5

#daf50f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf50f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf50f Color CSS Codes

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

#daf50f Text Font Color

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

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


#daf50f Background Color

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

This div background color is #daf50f


#daf50f Border Color

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

This div border color is #daf50f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,245,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 #daf50f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf50f


Comments

No comments written yet.

Please login to write comment.