Color Hex Logo

#daf980 Color Hex

#DAF980
(218,249,128)
0 Favorites   0 Comments

Color spaces of #daf980

RGB 218249128
HSL0.210.910.74
HSV75°49°98°
CMYK 0.120.000.49   0.02
XYZ66.685484.215333.1626
Yxy84.21530.36230.4575
Hunter Lab91.7689-30.885642.8126
CIE-Lab93.5439-27.881254.3057

#daf980 color RGB value is (218,249,128).

#daf980 hex color red value is 218, green value is 249 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #daf980 hue: 0.21 , saturation: 0.91 and the lightness value of daf980 is 0.74.

The process color (four color CMYK) of #daf980 color hex is 0.12, 0.00, 0.49, 0.02. Web safe color of #daf980 is #ccff99. Color #daf980 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111001 10000000
Octal 332 371 200
Decimal 218 249 128
Hex DA F9 80

RGB Percentages of Color #daf980

%36.64
%41.85
%21.51

CMYK Percentages of Color #daf980

%12
%0
%49
%2

Triadic Colors of #daf980

#daf980 #80daf9 #f980da

Analogous Colors of #daf980

#daf980 #9ef980 #f9dc80

Monochromatic Colors of #daf980

#daf980

Complementary Color

#daf980 #9f80f9

#daf980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf980 Color CSS Codes

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

#daf980 Text Font Color

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

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


#daf980 Background Color

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

This div background color is #daf980


#daf980 Border Color

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

This div border color is #daf980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf980


Comments

No comments written yet.

Please login to write comment.