Color Hex Logo

#daf16d Color Hex

#DAF16D
(218,241,109)
0 Favorites   0 Comments

Color spaces of #daf16d

RGB 218241109
HSL0.200.830.69
HSV70°55°95°
CMYK 0.100.000.55   0.05
XYZ63.129178.920126.3739
Yxy78.92010.37480.4686
Hunter Lab88.8370-28.619544.5839
CIE-Lab91.1981-25.812660.1526

#daf16d color RGB value is (218,241,109).

#daf16d hex color red value is 218, green value is 241 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #daf16d hue: 0.20 , saturation: 0.83 and the lightness value of daf16d is 0.69.

The process color (four color CMYK) of #daf16d color hex is 0.10, 0.00, 0.55, 0.05. Web safe color of #daf16d is #ccff66. Color #daf16d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110001 01101101
Octal 332 361 155
Decimal 218 241 109
Hex DA F1 6D

RGB Percentages of Color #daf16d

%38.38
%42.43
%19.19

CMYK Percentages of Color #daf16d

%10
%0
%55
%5

Triadic Colors of #daf16d

#daf16d #6ddaf1 #f16dda

Analogous Colors of #daf16d

#daf16d #98f16d #f1c66d

Monochromatic Colors of #daf16d

#daf16d

Complementary Color

#daf16d #846df1

#daf16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf16d Color CSS Codes

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

#daf16d Text Font Color

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

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


#daf16d Background Color

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

This div background color is #daf16d


#daf16d Border Color

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

This div border color is #daf16d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf16d


Comments

No comments written yet.

Please login to write comment.