Color Hex Logo

#dafba9 Color Hex

#DAFBA9
(218,251,169)
0 Favorites   0 Comments

Color spaces of #dafba9

RGB 218251169
HSL0.230.910.82
HSV84°33°98°
CMYK 0.130.000.33   0.02
XYZ70.572186.764450.5638
Yxy86.76440.33950.4173
Hunter Lab93.1474-27.769433.0184
CIE-Lab94.6382-24.128735.8775

#dafba9 color RGB value is (218,251,169).

#dafba9 hex color red value is 218, green value is 251 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #dafba9 hue: 0.23 , saturation: 0.91 and the lightness value of dafba9 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 10101001
Octal 332 373 251
Decimal 218 251 169
Hex DA FB A9

RGB Percentages of Color #dafba9

%34.17
%39.34
%26.49

CMYK Percentages of Color #dafba9

%13
%0
%33
%2

Triadic Colors of #dafba9

#dafba9 #a9dafb #fba9da

Analogous Colors of #dafba9

#dafba9 #b1fba9 #fbf3a9

Monochromatic Colors of #dafba9

#dafba9

Complementary Color

#dafba9 #caa9fb

#dafba9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafba9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafba9 Color CSS Codes

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

#dafba9 Text Font Color

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

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


#dafba9 Background Color

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

This div background color is #dafba9


#dafba9 Border Color

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

This div border color is #dafba9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafba9

Related Colors


Comments

No comments written yet.

Please login to write comment.