Color Hex Logo

#dac405 Color Hex

#DAC405
(218,196,5)
0 Favorites   0 Comments

Color spaces of #dac405

RGB 2181965
HSL0.150.960.44
HSV54°98°85°
CMYK 0.000.100.98   0.15
XYZ48.680854.39628.0774
Yxy54.39620.43800.4894
Hunter Lab73.7538-11.251145.1343
CIE-Lab78.6922-8.110279.2261

#dac405 color RGB value is (218,196,5).

#dac405 hex color red value is 218, green value is 196 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #dac405 hue: 0.15 , saturation: 0.96 and the lightness value of dac405 is 0.44.

The process color (four color CMYK) of #dac405 color hex is 0.00, 0.10, 0.98, 0.15. Web safe color of #dac405 is #cccc00. Color #dac405 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000100 00000101
Octal 332 304 5
Decimal 218 196 5
Hex DA C4 5

RGB Percentages of Color #dac405

%52.03
%46.78
%1.19

CMYK Percentages of Color #dac405

%0
%10
%98
%15

Triadic Colors of #dac405

#dac405 #05dac4 #c405da

Analogous Colors of #dac405

#dac405 #86da05 #da5905

Monochromatic Colors of #dac405

#dac405

Complementary Color

#dac405 #051bda

#dac405 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac405 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac405 Color CSS Codes

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

#dac405 Text Font Color

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

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


#dac405 Background Color

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

This div background color is #dac405


#dac405 Border Color

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

This div border color is #dac405


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac405


Comments

No comments written yet.

Please login to write comment.