Color Hex Logo

#dafe89 Color Hex

#DAFE89
(218,254,137)
0 Favorites   0 Comments

Color spaces of #dafe89

RGB 218254137
HSL0.220.980.77
HSV78°46°100°
CMYK 0.140.000.46   0.00
XYZ68.870687.595236.9446
Yxy87.59520.35610.4529
Hunter Lab93.5923-32.436042.1105
CIE-Lab94.9902-29.314351.8669

#dafe89 color RGB value is (218,254,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 10001001
Octal 332 376 211
Decimal 218 254 137
Hex DA FE 89

RGB Percentages of Color #dafe89

%35.80
%41.71
%22.50

CMYK Percentages of Color #dafe89

%14
%0
%46
%0

Triadic Colors of #dafe89

#dafe89 #89dafe #fe89da

Analogous Colors of #dafe89

#dafe89 #a0fe89 #fee889

Monochromatic Colors of #dafe89

#dafe89

Complementary Color

#dafe89 #ad89fe

#dafe89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafe89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafe89 Color CSS Codes

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

#dafe89 Text Font Color

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

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


#dafe89 Background Color

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

This div background color is #dafe89


#dafe89 Border Color

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

This div border color is #dafe89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafe89


Comments

No comments written yet.

Please login to write comment.