Color Hex Logo

#dac324 Color Hex

#DAC324
(218,195,36)
0 Favorites   0 Comments

Color spaces of #dac324

RGB 21819536
HSL0.150.720.50
HSV52°83°85°
CMYK 0.000.110.83   0.15
XYZ48.747054.06309.5350
Yxy54.06300.43390.4812
Hunter Lab73.5275-10.332043.7806
CIE-Lab78.4985-7.093874.1139

#dac324 color RGB value is (218,195,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000011 00100100
Octal 332 303 44
Decimal 218 195 36
Hex DA C3 24

RGB Percentages of Color #dac324

%48.55
%43.43
%8.02

CMYK Percentages of Color #dac324

%0
%11
%83
%15

Triadic Colors of #dac324

#dac324 #24dac3 #c324da

Analogous Colors of #dac324

#dac324 #96da24 #da6824

Monochromatic Colors of #dac324

#dac324

Complementary Color

#dac324 #243bda

#dac324 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac324 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac324 Color CSS Codes

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

#dac324 Text Font Color

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

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


#dac324 Background Color

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

This div background color is #dac324


#dac324 Border Color

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

This div border color is #dac324


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac324


Comments

No comments written yet.

Please login to write comment.