Color Hex Logo

#daac34 Color Hex

#DAAC34
(218,172,52)
0 Favorites   0 Comments

Color spaces of #daac34

RGB 21817252
HSL0.120.690.53
HSV43°76°85°
CMYK 0.000.210.76   0.15
XYZ44.285844.65849.5346
Yxy44.65840.44970.4535
Hunter Lab66.82691.343738.3196
CIE-Lab72.66645.442564.0599

#daac34 color RGB value is (218,172,52).

#daac34 hex color red value is 218, green value is 172 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #daac34 hue: 0.12 , saturation: 0.69 and the lightness value of daac34 is 0.53.

The process color (four color CMYK) of #daac34 color hex is 0.00, 0.21, 0.76, 0.15. Web safe color of #daac34 is #cc9933. Color #daac34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101100 00110100
Octal 332 254 64
Decimal 218 172 52
Hex DA AC 34

RGB Percentages of Color #daac34

%49.32
%38.91
%11.76

CMYK Percentages of Color #daac34

%0
%21
%76
%15

Triadic Colors of #daac34

#daac34 #34daac #ac34da

Analogous Colors of #daac34

#daac34 #b5da34 #da5934

Monochromatic Colors of #daac34

#daac34

Complementary Color

#daac34 #3462da

#daac34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daac34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daac34 Color CSS Codes

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

#daac34 Text Font Color

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

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


#daac34 Background Color

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

This div background color is #daac34


#daac34 Border Color

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

This div border color is #daac34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daac34


Comments

No comments written yet.

Please login to write comment.