Color Hex Logo

#daf2a7 Color Hex

#DAF2A7
(218,242,167)
0 Favorites   0 Comments

Color spaces of #daf2a7

RGB 218242167
HSL0.220.740.80
HSV79°31°95°
CMYK 0.100.000.31   0.05
XYZ67.640681.199748.6673
Yxy81.19970.34250.4111
Hunter Lab90.1109-23.705231.0561
CIE-Lab92.2205-20.065433.6701

#daf2a7 color RGB value is (218,242,167).

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

The process color (four color CMYK) of #daf2a7 color hex is 0.10, 0.00, 0.31, 0.05. Web safe color of #daf2a7 is #ccff99. Color #daf2a7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110010 10100111
Octal 332 362 247
Decimal 218 242 167
Hex DA F2 A7

RGB Percentages of Color #daf2a7

%34.77
%38.60
%26.63

CMYK Percentages of Color #daf2a7

%10
%0
%31
%5

Triadic Colors of #daf2a7

#daf2a7 #a7daf2 #f2a7da

Analogous Colors of #daf2a7

#daf2a7 #b5f2a7 #f2e5a7

Monochromatic Colors of #daf2a7

#daf2a7

Complementary Color

#daf2a7 #bfa7f2

#daf2a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf2a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf2a7 Color CSS Codes

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

#daf2a7 Text Font Color

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

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


#daf2a7 Background Color

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

This div background color is #daf2a7


#daf2a7 Border Color

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

This div border color is #daf2a7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,242,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 #daf2a7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf2a7


Comments

No comments written yet.

Please login to write comment.