Color Hex Logo

#dafa8f Color Hex

#DAFA8F
(218,250,143)
0 Favorites   0 Comments

Color spaces of #dafa8f

RGB 218250143
HSL0.220.910.77
HSV78°43°98°
CMYK 0.130.000.43   0.02
XYZ68.057085.259838.8564
Yxy85.25980.35410.4437
Hunter Lab92.3362-30.023939.6853
CIE-Lab93.9950-26.799847.7851

#dafa8f color RGB value is (218,250,143).

#dafa8f hex color red value is 218, green value is 250 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dafa8f hue: 0.22 , saturation: 0.91 and the lightness value of dafa8f is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 10001111
Octal 332 372 217
Decimal 218 250 143
Hex DA FA 8F

RGB Percentages of Color #dafa8f

%35.68
%40.92
%23.40

CMYK Percentages of Color #dafa8f

%13
%0
%43
%2

Triadic Colors of #dafa8f

#dafa8f #8fdafa #fa8fda

Analogous Colors of #dafa8f

#dafa8f #a5fa8f #fae58f

Monochromatic Colors of #dafa8f

#dafa8f

Complementary Color

#dafa8f #af8ffa

#dafa8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafa8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafa8f Color CSS Codes

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

#dafa8f Text Font Color

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

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


#dafa8f Background Color

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

This div background color is #dafa8f


#dafa8f Border Color

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

This div border color is #dafa8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafa8f


Comments

No comments written yet.

Please login to write comment.