Color Hex Logo

#dafa6e Color Hex

#DAFA6E
(218,250,110)
0 Favorites   0 Comments

Color spaces of #dafa6e

RGB 218250110
HSL0.200.930.71
HSV74°56°98°
CMYK 0.130.000.56   0.02
XYZ65.913584.402427.5691
Yxy84.40240.37050.4745
Hunter Lab91.8708-32.707546.5175
CIE-Lab93.6250-29.951562.4813

#dafa6e color RGB value is (218,250,110).

#dafa6e hex color red value is 218, green value is 250 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dafa6e hue: 0.20 , saturation: 0.93 and the lightness value of dafa6e is 0.71.

The process color (four color CMYK) of #dafa6e color hex is 0.13, 0.00, 0.56, 0.02. Web safe color of #dafa6e is #ccff66. Color #dafa6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 01101110
Octal 332 372 156
Decimal 218 250 110
Hex DA FA 6E

RGB Percentages of Color #dafa6e

%37.72
%43.25
%19.03

CMYK Percentages of Color #dafa6e

%13
%0
%56
%2

Triadic Colors of #dafa6e

#dafa6e #6edafa #fa6eda

Analogous Colors of #dafa6e

#dafa6e #94fa6e #fad46e

Monochromatic Colors of #dafa6e

#dafa6e

Complementary Color

#dafa6e #8e6efa

#dafa6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafa6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafa6e Color CSS Codes

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

#dafa6e Text Font Color

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

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


#dafa6e Background Color

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

This div background color is #dafa6e


#dafa6e Border Color

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

This div border color is #dafa6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafa6e


Comments

No comments written yet.

Please login to write comment.