Color Hex Logo

#dafda6 Color Hex

#DAFDA6
(218,253,166)
0 Favorites   0 Comments

Color spaces of #dafda6

RGB 218253166
HSL0.230.960.82
HSV84°34°99°
CMYK 0.140.000.34   0.01
XYZ70.921787.909249.3066
Yxy87.90920.34070.4224
Hunter Lab93.7599-29.059234.4524
CIE-Lab95.1227-25.470638.0072

#dafda6 color RGB value is (218,253,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111101 10100110
Octal 332 375 246
Decimal 218 253 166
Hex DA FD A6

RGB Percentages of Color #dafda6

%34.22
%39.72
%26.06

CMYK Percentages of Color #dafda6

%14
%0
%34
%1

Triadic Colors of #dafda6

#dafda6 #a6dafd #fda6da

Analogous Colors of #dafda6

#dafda6 #affda6 #fdf5a6

Monochromatic Colors of #dafda6

#dafda6

Complementary Color

#dafda6 #c9a6fd

#dafda6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafda6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafda6 Color CSS Codes

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

#dafda6 Text Font Color

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

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


#dafda6 Background Color

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

This div background color is #dafda6


#dafda6 Border Color

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

This div border color is #dafda6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafda6


Comments

No comments written yet.

Please login to write comment.