Color Hex Logo

#dafaa7 Color Hex

#DAFAA7
(218,250,167)
0 Favorites   0 Comments

Color spaces of #dafaa7

RGB 218250167
HSL0.230.890.82
HSV83°33°98°
CMYK 0.130.000.33   0.02
XYZ70.074186.066749.4784
Yxy86.06670.34080.4186
Hunter Lab92.7721-27.523833.3192
CIE-Lab94.3409-23.914536.4810

#dafaa7 color RGB value is (218,250,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 10100111
Octal 332 372 247
Decimal 218 250 167
Hex DA FA A7

RGB Percentages of Color #dafaa7

%34.33
%39.37
%26.30

CMYK Percentages of Color #dafaa7

%13
%0
%33
%2

Triadic Colors of #dafaa7

#dafaa7 #a7dafa #faa7da

Analogous Colors of #dafaa7

#dafaa7 #b1faa7 #faf1a7

Monochromatic Colors of #dafaa7

#dafaa7

Complementary Color

#dafaa7 #c7a7fa

#dafaa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafaa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafaa7 Color CSS Codes

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

#dafaa7 Text Font Color

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

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


#dafaa7 Background Color

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

This div background color is #dafaa7


#dafaa7 Border Color

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

This div border color is #dafaa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafaa7


Comments

No comments written yet.

Please login to write comment.