Color Hex Logo

#daff8d Color Hex

#DAFF8D
(218,255,141)
0 Favorites   0 Comments

Color spaces of #daff8d

RGB 218255141
HSL0.221.000.78
HSV79°45°100°
CMYK 0.150.000.45   0.00
XYZ69.481288.348538.5902
Yxy88.34850.35370.4498
Hunter Lab93.9939-32.540341.4536
CIE-Lab95.3075-29.358550.3728

#daff8d color RGB value is (218,255,141).

#daff8d hex color red value is 218, green value is 255 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #daff8d hue: 0.22 , saturation: 1.00 and the lightness value of daff8d is 0.78.

The process color (four color CMYK) of #daff8d color hex is 0.15, 0.00, 0.45, 0.00. Web safe color of #daff8d is #ccff99. Color #daff8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 10001101
Octal 332 377 215
Decimal 218 255 141
Hex DA FF 8D

RGB Percentages of Color #daff8d

%35.50
%41.53
%22.96

CMYK Percentages of Color #daff8d

%15
%0
%45
%0

Triadic Colors of #daff8d

#daff8d #8ddaff #ff8dda

Analogous Colors of #daff8d

#daff8d #a1ff8d #ffeb8d

Monochromatic Colors of #daff8d

#daff8d

Complementary Color

#daff8d #b28dff

#daff8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daff8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daff8d Color CSS Codes

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

#daff8d Text Font Color

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

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


#daff8d Background Color

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

This div background color is #daff8d


#daff8d Border Color

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

This div border color is #daff8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daff8d

#daff8d Color Palettes


Comments

No comments written yet.

Please login to write comment.