Color Hex Logo

#dafa9c Color Hex

#DAFA9C
(218,250,156)
0 Favorites   0 Comments

Color spaces of #dafa9c

RGB 218250156
HSL0.220.900.80
HSV80°38°98°
CMYK 0.130.000.38   0.02
XYZ69.099885.676944.3478
Yxy85.67690.34700.4303
Hunter Lab92.5618-28.728336.3865
CIE-Lab94.1740-25.298641.7032

#dafa9c color RGB value is (218,250,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 10011100
Octal 332 372 234
Decimal 218 250 156
Hex DA FA 9C

RGB Percentages of Color #dafa9c

%34.94
%40.06
%25.00

CMYK Percentages of Color #dafa9c

%13
%0
%38
%2

Triadic Colors of #dafa9c

#dafa9c #9cdafa #fa9cda

Analogous Colors of #dafa9c

#dafa9c #abfa9c #faeb9c

Monochromatic Colors of #dafa9c

#dafa9c

Complementary Color

#dafa9c #bc9cfa

#dafa9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafa9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafa9c Color CSS Codes

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

#dafa9c Text Font Color

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

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


#dafa9c Background Color

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

This div background color is #dafa9c


#dafa9c Border Color

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

This div border color is #dafa9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafa9c


Comments

No comments written yet.

Please login to write comment.