Color Hex Logo

#dafa84 Color Hex

#DAFA84
(218,250,132)
0 Favorites   0 Comments

Color spaces of #dafa84

RGB 218250132
HSL0.210.920.75
HSV76°47°98°
CMYK 0.130.000.47   0.02
XYZ67.263984.942634.6802
Yxy84.94260.35990.4545
Hunter Lab92.1643-31.013642.2050
CIE-Lab93.8584-27.955552.8257

#dafa84 color RGB value is (218,250,132).

#dafa84 hex color red value is 218, green value is 250 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #dafa84 hue: 0.21 , saturation: 0.92 and the lightness value of dafa84 is 0.75.

The process color (four color CMYK) of #dafa84 color hex is 0.13, 0.00, 0.47, 0.02. Web safe color of #dafa84 is #ccff99. Color #dafa84 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 10000100
Octal 332 372 204
Decimal 218 250 132
Hex DA FA 84

RGB Percentages of Color #dafa84

%36.33
%41.67
%22.00

CMYK Percentages of Color #dafa84

%13
%0
%47
%2

Triadic Colors of #dafa84

#dafa84 #84dafa #fa84da

Analogous Colors of #dafa84

#dafa84 #9ffa84 #fadf84

Monochromatic Colors of #dafa84

#dafa84

Complementary Color

#dafa84 #a484fa

#dafa84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafa84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafa84 Color CSS Codes

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

#dafa84 Text Font Color

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

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


#dafa84 Background Color

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

This div background color is #dafa84


#dafa84 Border Color

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

This div border color is #dafa84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafa84


Comments

No comments written yet.

Please login to write comment.