Color Hex Logo

#dafbaa Color Hex

#DAFBAA
(218,251,170)
0 Favorites   0 Comments

Color spaces of #dafbaa

RGB 218251170
HSL0.230.910.83
HSV84°32°98°
CMYK 0.130.000.32   0.02
XYZ70.666386.802151.0602
Yxy86.80210.33890.4163
Hunter Lab93.1676-27.653732.7237
CIE-Lab94.6542-23.996435.3999

#dafbaa color RGB value is (218,251,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 10101010
Octal 332 373 252
Decimal 218 251 170
Hex DA FB AA

RGB Percentages of Color #dafbaa

%34.12
%39.28
%26.60

CMYK Percentages of Color #dafbaa

%13
%0
%32
%2

Triadic Colors of #dafbaa

#dafbaa #aadafb #fbaada

Analogous Colors of #dafbaa

#dafbaa #b2fbaa #fbf4aa

Monochromatic Colors of #dafbaa

#dafbaa

Complementary Color

#dafbaa #cbaafb

#dafbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafbaa Color CSS Codes

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

#dafbaa Text Font Color

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

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


#dafbaa Background Color

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

This div background color is #dafbaa


#dafbaa Border Color

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

This div border color is #dafbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafbaa

Related Colors


Comments

No comments written yet.

Please login to write comment.