Color Hex Logo

#daf89e Color Hex

#DAF89E
(218,248,158)
1 Favorites   0 Comments

Color spaces of #daf89e

RGB 218248158
HSL0.220.870.80
HSV80°36°97°
CMYK 0.120.000.36   0.03
XYZ68.652484.508945.0412
Yxy84.50890.34640.4264
Hunter Lab91.9287-27.571435.3005
CIE-Lab93.6711-24.103140.0674

#daf89e color RGB value is (218,248,158).

#daf89e hex color red value is 218, green value is 248 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #daf89e hue: 0.22 , saturation: 0.87 and the lightness value of daf89e is 0.80.

The process color (four color CMYK) of #daf89e color hex is 0.12, 0.00, 0.36, 0.03. Web safe color of #daf89e is #ccff99. Color #daf89e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111000 10011110
Octal 332 370 236
Decimal 218 248 158
Hex DA F8 9E

RGB Percentages of Color #daf89e

%34.94
%39.74
%25.32

CMYK Percentages of Color #daf89e

%12
%0
%36
%3

Triadic Colors of #daf89e

#daf89e #9edaf8 #f89eda

Analogous Colors of #daf89e

#daf89e #adf89e #f8e99e

Monochromatic Colors of #daf89e

#daf89e

Complementary Color

#daf89e #bc9ef8

#daf89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf89e Color CSS Codes

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

#daf89e Text Font Color

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

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


#daf89e Background Color

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

This div background color is #daf89e


#daf89e Border Color

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

This div border color is #daf89e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf89e


Comments

No comments written yet.

Please login to write comment.