Color Hex Logo

#dafda9 Color Hex

#DAFDA9
(218,253,169)
0 Favorites   0 Comments

Color spaces of #dafda9

RGB 218253169
HSL0.240.950.83
HSV85°33°99°
CMYK 0.140.000.33   0.01
XYZ71.200288.020650.7731
Yxy88.02060.33910.4192
Hunter Lab93.8193-28.718733.5870
CIE-Lab95.1696-25.080036.5803

#dafda9 color RGB value is (218,253,169).

#dafda9 hex color red value is 218, green value is 253 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #dafda9 hue: 0.24 , saturation: 0.95 and the lightness value of dafda9 is 0.83.

The process color (four color CMYK) of #dafda9 color hex is 0.14, 0.00, 0.33, 0.01. Web safe color of #dafda9 is #ccff99. Color #dafda9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111101 10101001
Octal 332 375 251
Decimal 218 253 169
Hex DA FD A9

RGB Percentages of Color #dafda9

%34.06
%39.53
%26.41

CMYK Percentages of Color #dafda9

%14
%0
%33
%1

Triadic Colors of #dafda9

#dafda9 #a9dafd #fda9da

Analogous Colors of #dafda9

#dafda9 #b0fda9 #fdf6a9

Monochromatic Colors of #dafda9

#dafda9

Complementary Color

#dafda9 #cca9fd

#dafda9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafda9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafda9 Color CSS Codes

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

#dafda9 Text Font Color

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

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


#dafda9 Background Color

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

This div background color is #dafda9


#dafda9 Border Color

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

This div border color is #dafda9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafda9

Related Colors


Comments

No comments written yet.

Please login to write comment.