Color Hex Logo

#daf1ab Color Hex

#DAF1AB
(218,241,171)
0 Favorites   0 Comments

Color spaces of #daf1ab

RGB 218241171
HSL0.220.710.81
HSV80°29°95°
CMYK 0.100.000.29   0.05
XYZ67.719480.756350.5464
Yxy80.75630.34030.4058
Hunter Lab89.8645-22.750229.5561
CIE-Lab92.0231-19.041531.3865

#daf1ab color RGB value is (218,241,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110001 10101011
Octal 332 361 253
Decimal 218 241 171
Hex DA F1 AB

RGB Percentages of Color #daf1ab

%34.60
%38.25
%27.14

CMYK Percentages of Color #daf1ab

%10
%0
%29
%5

Triadic Colors of #daf1ab

#daf1ab #abdaf1 #f1abda

Analogous Colors of #daf1ab

#daf1ab #b7f1ab #f1e5ab

Monochromatic Colors of #daf1ab

#daf1ab

Complementary Color

#daf1ab #c2abf1

#daf1ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf1ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf1ab Color CSS Codes

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

#daf1ab Text Font Color

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

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


#daf1ab Background Color

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

This div background color is #daf1ab


#daf1ab Border Color

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

This div border color is #daf1ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf1ab


Comments

No comments written yet.

Please login to write comment.