Color Hex Logo

#dac726 Color Hex

#DAC726
(218,199,38)
0 Favorites   0 Comments

Color spaces of #dac726

RGB 21819938
HSL0.150.710.50
HSV54°83°85°
CMYK 0.000.090.83   0.15
XYZ49.686755.892210.0032
Yxy55.89220.42990.4836
Hunter Lab74.7611-12.199644.3996
CIE-Lab79.5524-9.081474.5006

#dac726 color RGB value is (218,199,38).

#dac726 hex color red value is 218, green value is 199 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #dac726 hue: 0.15 , saturation: 0.71 and the lightness value of dac726 is 0.50.

The process color (four color CMYK) of #dac726 color hex is 0.00, 0.09, 0.83, 0.15. Web safe color of #dac726 is #cccc33. Color #dac726 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 00100110
Octal 332 307 46
Decimal 218 199 38
Hex DA C7 26

RGB Percentages of Color #dac726

%47.91
%43.74
%8.35

CMYK Percentages of Color #dac726

%0
%9
%83
%15

Triadic Colors of #dac726

#dac726 #26dac7 #c726da

Analogous Colors of #dac726

#dac726 #93da26 #da6d26

Monochromatic Colors of #dac726

#dac726

Complementary Color

#dac726 #2639da

#dac726 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac726 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac726 Color CSS Codes

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

#dac726 Text Font Color

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

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


#dac726 Background Color

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

This div background color is #dac726


#dac726 Border Color

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

This div border color is #dac726


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac726


Comments

No comments written yet.

Please login to write comment.