Color Hex Logo

#dafa49 Color Hex

#DAFA49
(218,250,73)
0 Favorites   0 Comments

Color spaces of #dafa49

RGB 21825073
HSL0.200.950.63
HSV71°71°98°
CMYK 0.130.000.71   0.02
XYZ64.301683.757719.0811
Yxy83.75770.38470.5011
Hunter Lab91.5192-34.744251.7019
CIE-Lab93.3452-32.382876.6053

#dafa49 color RGB value is (218,250,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 01001001
Octal 332 372 111
Decimal 218 250 73
Hex DA FA 49

RGB Percentages of Color #dafa49

%40.30
%46.21
%13.49

CMYK Percentages of Color #dafa49

%13
%0
%71
%2

Triadic Colors of #dafa49

#dafa49 #49dafa #fa49da

Analogous Colors of #dafa49

#dafa49 #82fa49 #fac249

Monochromatic Colors of #dafa49

#dafa49

Complementary Color

#dafa49 #6949fa

#dafa49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafa49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafa49 Color CSS Codes

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

#dafa49 Text Font Color

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

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


#dafa49 Background Color

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

This div background color is #dafa49


#dafa49 Border Color

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

This div border color is #dafa49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafa49


Comments

No comments written yet.

Please login to write comment.