Color Hex Logo

#dadd29 Color Hex

#DADD29
(218,221,41)
0 Favorites   0 Comments

Color spaces of #dadd29

RGB 21822141
HSL0.170.730.51
HSV61°81°87°
CMYK 0.010.000.81   0.13
XYZ55.170166.778412.0796
Yxy66.77840.41160.4982
Hunter Lab81.7181-22.496348.4384
CIE-Lab85.3919-19.948678.7127

#dadd29 color RGB value is (218,221,41).

#dadd29 hex color red value is 218, green value is 221 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #dadd29 hue: 0.17 , saturation: 0.73 and the lightness value of dadd29 is 0.51.

The process color (four color CMYK) of #dadd29 color hex is 0.01, 0.00, 0.81, 0.13. Web safe color of #dadd29 is #cccc33. Color #dadd29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011101 00101001
Octal 332 335 51
Decimal 218 221 41
Hex DA DD 29

RGB Percentages of Color #dadd29

%45.42
%46.04
%8.54

CMYK Percentages of Color #dadd29

%1
%0
%81
%13

Triadic Colors of #dadd29

#dadd29 #29dadd #dd29da

Analogous Colors of #dadd29

#dadd29 #80dd29 #dd8629

Monochromatic Colors of #dadd29

#dadd29

Complementary Color

#dadd29 #2c29dd

#dadd29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadd29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadd29 Color CSS Codes

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

#dadd29 Text Font Color

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

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


#dadd29 Background Color

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

This div background color is #dadd29


#dadd29 Border Color

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

This div border color is #dadd29


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,221,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 #dadd29">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadd29


Comments

No comments written yet.

Please login to write comment.