Color Hex Logo

#dafb9a Color Hex

#DAFB9A
(218,251,154)
0 Favorites   0 Comments

Color spaces of #dafb9a

RGB 218251154
HSL0.220.920.79
HSV80°39°98°
CMYK 0.130.000.39   0.02
XYZ69.243486.232943.5669
Yxy86.23290.34790.4332
Hunter Lab92.8617-29.407337.1867
CIE-Lab94.4118-26.012442.9885

#dafb9a color RGB value is (218,251,154).

#dafb9a hex color red value is 218, green value is 251 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #dafb9a hue: 0.22 , saturation: 0.92 and the lightness value of dafb9a is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 10011010
Octal 332 373 232
Decimal 218 251 154
Hex DA FB 9A

RGB Percentages of Color #dafb9a

%34.99
%40.29
%24.72

CMYK Percentages of Color #dafb9a

%13
%0
%39
%2

Triadic Colors of #dafb9a

#dafb9a #9adafb #fb9ada

Analogous Colors of #dafb9a

#dafb9a #aafb9a #fbec9a

Monochromatic Colors of #dafb9a

#dafb9a

Complementary Color

#dafb9a #bb9afb

#dafb9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafb9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafb9a Color CSS Codes

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

#dafb9a Text Font Color

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

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


#dafb9a Background Color

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

This div background color is #dafb9a


#dafb9a Border Color

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

This div border color is #dafb9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafb9a


Comments

No comments written yet.

Please login to write comment.