Color Hex Logo

#dafe9d Color Hex

#DAFE9D
(218,254,157)
0 Favorites   0 Comments

Color spaces of #dafe9d

RGB 218254157
HSL0.230.980.81
HSV82°38°100°
CMYK 0.140.000.38   0.00
XYZ70.441188.223445.2145
Yxy88.22340.34550.4327
Hunter Lab93.9273-30.506137.2082
CIE-Lab95.2549-27.067242.6073

#dafe9d color RGB value is (218,254,157).

#dafe9d hex color red value is 218, green value is 254 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dafe9d hue: 0.23 , saturation: 0.98 and the lightness value of dafe9d is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 10011101
Octal 332 376 235
Decimal 218 254 157
Hex DA FE 9D

RGB Percentages of Color #dafe9d

%34.66
%40.38
%24.96

CMYK Percentages of Color #dafe9d

%14
%0
%38
%0

Triadic Colors of #dafe9d

#dafe9d #9ddafe #fe9dda

Analogous Colors of #dafe9d

#dafe9d #aafe9d #fef29d

Monochromatic Colors of #dafe9d

#dafe9d

Complementary Color

#dafe9d #c19dfe

#dafe9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafe9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafe9d Color CSS Codes

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

#dafe9d Text Font Color

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

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


#dafe9d Background Color

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

This div background color is #dafe9d


#dafe9d Border Color

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

This div border color is #dafe9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafe9d


Comments

No comments written yet.

Please login to write comment.