Color Hex Logo

#daff8e Color Hex

#DAFF8E
(218,255,142)
0 Favorites   0 Comments

Color spaces of #daff8e

RGB 218255142
HSL0.221.000.78
HSV80°44°100°
CMYK 0.150.000.44   0.00
XYZ69.555988.378438.9839
Yxy88.37840.35320.4488
Hunter Lab94.0098-32.448741.2205
CIE-Lab95.3200-29.251349.9147

#daff8e color RGB value is (218,255,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 10001110
Octal 332 377 216
Decimal 218 255 142
Hex DA FF 8E

RGB Percentages of Color #daff8e

%35.45
%41.46
%23.09

CMYK Percentages of Color #daff8e

%15
%0
%44
%0

Triadic Colors of #daff8e

#daff8e #8edaff #ff8eda

Analogous Colors of #daff8e

#daff8e #a2ff8e #ffec8e

Monochromatic Colors of #daff8e

#daff8e

Complementary Color

#daff8e #b38eff

#daff8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daff8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daff8e Color CSS Codes

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

#daff8e Text Font Color

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

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


#daff8e Background Color

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

This div background color is #daff8e


#daff8e Border Color

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

This div border color is #daff8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daff8e


Comments

No comments written yet.

Please login to write comment.