Color Hex Logo

#daf2ab Color Hex

#DAF2AB
(218,242,171)
0 Favorites   0 Comments

Color spaces of #daf2ab

RGB 218242171
HSL0.220.730.81
HSV80°29°95°
CMYK 0.100.000.29   0.05
XYZ68.016381.350050.6454
Yxy81.35000.34010.4067
Hunter Lab90.1942-23.231429.8438
CIE-Lab92.2872-19.528031.7408

#daf2ab color RGB value is (218,242,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110010 10101011
Octal 332 362 253
Decimal 218 242 171
Hex DA F2 AB

RGB Percentages of Color #daf2ab

%34.55
%38.35
%27.10

CMYK Percentages of Color #daf2ab

%10
%0
%29
%5

Triadic Colors of #daf2ab

#daf2ab #abdaf2 #f2abda

Analogous Colors of #daf2ab

#daf2ab #b7f2ab #f2e7ab

Monochromatic Colors of #daf2ab

#daf2ab

Complementary Color

#daf2ab #c3abf2

#daf2ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf2ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf2ab Color CSS Codes

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

#daf2ab Text Font Color

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

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


#daf2ab Background Color

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

This div background color is #daf2ab


#daf2ab Border Color

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

This div border color is #daf2ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf2ab


Comments

No comments written yet.

Please login to write comment.