Color Hex Logo

#dafa8d Color Hex

#DAFA8D
(218,250,141)
0 Favorites   0 Comments

Color spaces of #dafa8d

RGB 218250141
HSL0.220.920.77
HSV78°44°98°
CMYK 0.130.000.44   0.02
XYZ67.906885.199738.0654
Yxy85.19970.35520.4457
Hunter Lab92.3037-30.211040.1618
CIE-Lab93.9691-27.017748.7098

#dafa8d color RGB value is (218,250,141).

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

The process color (four color CMYK) of #dafa8d color hex is 0.13, 0.00, 0.44, 0.02. Web safe color of #dafa8d is #ccff99. Color #dafa8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 10001101
Octal 332 372 215
Decimal 218 250 141
Hex DA FA 8D

RGB Percentages of Color #dafa8d

%35.80
%41.05
%23.15

CMYK Percentages of Color #dafa8d

%13
%0
%44
%2

Triadic Colors of #dafa8d

#dafa8d #8ddafa #fa8dda

Analogous Colors of #dafa8d

#dafa8d #a4fa8d #fae48d

Monochromatic Colors of #dafa8d

#dafa8d

Complementary Color

#dafa8d #ad8dfa

#dafa8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafa8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafa8d Color CSS Codes

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

#dafa8d Text Font Color

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

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


#dafa8d Background Color

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

This div background color is #dafa8d


#dafa8d Border Color

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

This div border color is #dafa8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafa8d


Comments

No comments written yet.

Please login to write comment.