Color Hex Logo

#dad729 Color Hex

#DAD729
(218,215,41)
0 Favorites   0 Comments

Color spaces of #dad729

RGB 21821541
HSL0.160.710.51
HSV59°81°85°
CMYK 0.000.010.81   0.15
XYZ53.614163.666411.5609
Yxy63.66640.41610.4941
Hunter Lab79.7912-19.695247.2634
CIE-Lab83.7918-17.010077.3496

#dad729 color RGB value is (218,215,41).

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

The process color (four color CMYK) of #dad729 color hex is 0.00, 0.01, 0.81, 0.15. Web safe color of #dad729 is #cccc33. Color #dad729 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010111 00101001
Octal 332 327 51
Decimal 218 215 41
Hex DA D7 29

RGB Percentages of Color #dad729

%45.99
%45.36
%8.65

CMYK Percentages of Color #dad729

%0
%1
%81
%15

Triadic Colors of #dad729

#dad729 #29dad7 #d729da

Analogous Colors of #dad729

#dad729 #85da29 #da7f29

Monochromatic Colors of #dad729

#dad729

Complementary Color

#dad729 #292cda

#dad729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad729 Color CSS Codes

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

#dad729 Text Font Color

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

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


#dad729 Background Color

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

This div background color is #dad729


#dad729 Border Color

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

This div border color is #dad729


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad729


Comments

No comments written yet.

Please login to write comment.