Color Hex Logo

#dafd29 Color Hex

#DAFD29
(218,253,41)
0 Favorites   0 Comments

Color spaces of #dafd29

RGB 21825341
HSL0.190.980.58
HSV70°84°99°
CMYK 0.140.000.84   0.01
XYZ64.439085.316115.1692
Yxy85.31610.39070.5173
Hunter Lab92.3667-37.112554.9196
CIE-Lab94.0192-34.975586.0076

#dafd29 color RGB value is (218,253,41).

#dafd29 hex color red value is 218, green value is 253 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #dafd29 hue: 0.19 , saturation: 0.98 and the lightness value of dafd29 is 0.58.

The process color (four color CMYK) of #dafd29 color hex is 0.14, 0.00, 0.84, 0.01. Web safe color of #dafd29 is #ccff33. Color #dafd29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111101 00101001
Octal 332 375 51
Decimal 218 253 41
Hex DA FD 29

RGB Percentages of Color #dafd29

%42.58
%49.41
%8.01

CMYK Percentages of Color #dafd29

%14
%0
%84
%1

Triadic Colors of #dafd29

#dafd29 #29dafd #fd29da

Analogous Colors of #dafd29

#dafd29 #70fd29 #fdb629

Monochromatic Colors of #dafd29

#dafd29

Complementary Color

#dafd29 #4c29fd

#dafd29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafd29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafd29 Color CSS Codes

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

#dafd29 Text Font Color

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

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


#dafd29 Background Color

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

This div background color is #dafd29


#dafd29 Border Color

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

This div border color is #dafd29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafd29


Comments

No comments written yet.

Please login to write comment.