Color Hex Logo

#daf976 Color Hex

#DAF976
(218,249,118)
0 Favorites   0 Comments

Color spaces of #daf976

RGB 218249118
HSL0.210.920.72
HSV74°53°98°
CMYK 0.120.000.53   0.02
XYZ66.059183.964829.8647
Yxy83.96480.36720.4668
Hunter Lab91.6323-31.673244.8189
CIE-Lab93.4352-28.807858.7355

#daf976 color RGB value is (218,249,118).

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

The process color (four color CMYK) of #daf976 color hex is 0.12, 0.00, 0.53, 0.02. Web safe color of #daf976 is #ccff66. Color #daf976 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111001 01110110
Octal 332 371 166
Decimal 218 249 118
Hex DA F9 76

RGB Percentages of Color #daf976

%37.26
%42.56
%20.17

CMYK Percentages of Color #daf976

%12
%0
%53
%2

Triadic Colors of #daf976

#daf976 #76daf9 #f976da

Analogous Colors of #daf976

#daf976 #99f976 #f9d776

Monochromatic Colors of #daf976

#daf976

Complementary Color

#daf976 #9576f9

#daf976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf976 Color CSS Codes

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

#daf976 Text Font Color

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

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


#daf976 Background Color

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

This div background color is #daf976


#daf976 Border Color

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

This div border color is #daf976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf976


Comments

No comments written yet.

Please login to write comment.