Color Hex Logo

#daf52f Color Hex

#DAF52F
(218,245,47)
0 Favorites   0 Comments

Color spaces of #daf52f

RGB 21824547
HSL0.190.910.57
HSV68°81°96°
CMYK 0.110.000.81   0.04
XYZ62.078980.415514.9392
Yxy80.41550.39430.5108
Hunter Lab89.6747-33.360952.8950
CIE-Lab91.8710-31.145482.8305

#daf52f color RGB value is (218,245,47).

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

The process color (four color CMYK) of #daf52f color hex is 0.11, 0.00, 0.81, 0.04. Web safe color of #daf52f is #ccff33. Color #daf52f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110101 00101111
Octal 332 365 57
Decimal 218 245 47
Hex DA F5 2F

RGB Percentages of Color #daf52f

%42.75
%48.04
%9.22

CMYK Percentages of Color #daf52f

%11
%0
%81
%4

Triadic Colors of #daf52f

#daf52f #2fdaf5 #f52fda

Analogous Colors of #daf52f

#daf52f #77f52f #f5ad2f

Monochromatic Colors of #daf52f

#daf52f

Complementary Color

#daf52f #4a2ff5

#daf52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf52f Color CSS Codes

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

#daf52f Text Font Color

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

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


#daf52f Background Color

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

This div background color is #daf52f


#daf52f Border Color

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

This div border color is #daf52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf52f


Comments

No comments written yet.

Please login to write comment.