Color Hex Logo

#dafa47 Color Hex

#DAFA47
(218,250,71)
0 Favorites   0 Comments

Color spaces of #dafa47

RGB 21825071
HSL0.200.950.63
HSV71°72°98°
CMYK 0.130.000.72   0.02
XYZ64.236483.731618.7374
Yxy83.73160.38530.5023
Hunter Lab91.5050-34.826951.9127
CIE-Lab93.3338-32.482277.2617

#dafa47 color RGB value is (218,250,71).

#dafa47 hex color red value is 218, green value is 250 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #dafa47 hue: 0.20 , saturation: 0.95 and the lightness value of dafa47 is 0.63.

The process color (four color CMYK) of #dafa47 color hex is 0.13, 0.00, 0.72, 0.02. Web safe color of #dafa47 is #ccff33. Color #dafa47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 01000111
Octal 332 372 107
Decimal 218 250 71
Hex DA FA 47

RGB Percentages of Color #dafa47

%40.45
%46.38
%13.17

CMYK Percentages of Color #dafa47

%13
%0
%72
%2

Triadic Colors of #dafa47

#dafa47 #47dafa #fa47da

Analogous Colors of #dafa47

#dafa47 #81fa47 #fac147

Monochromatic Colors of #dafa47

#dafa47

Complementary Color

#dafa47 #6747fa

#dafa47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafa47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafa47 Color CSS Codes

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

#dafa47 Text Font Color

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

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


#dafa47 Background Color

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

This div background color is #dafa47


#dafa47 Border Color

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

This div border color is #dafa47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafa47


Comments

No comments written yet.

Please login to write comment.