Color Hex Logo

#dacb12 Color Hex

#DACB12
(218,203,18)
0 Favorites   0 Comments

Color spaces of #dacb12

RGB 21820318
HSL0.150.850.46
HSV56°92°85°
CMYK 0.000.070.92   0.15
XYZ50.378657.66109.0467
Yxy57.66100.43030.4925
Hunter Lab75.9348-14.461046.0907
CIE-Lab80.5499-11.520179.1937

#dacb12 color RGB value is (218,203,18).

#dacb12 hex color red value is 218, green value is 203 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #dacb12 hue: 0.15 , saturation: 0.85 and the lightness value of dacb12 is 0.46.

The process color (four color CMYK) of #dacb12 color hex is 0.00, 0.07, 0.92, 0.15. Web safe color of #dacb12 is #cccc00. Color #dacb12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001011 00010010
Octal 332 313 22
Decimal 218 203 18
Hex DA CB 12

RGB Percentages of Color #dacb12

%49.66
%46.24
%4.10

CMYK Percentages of Color #dacb12

%0
%7
%92
%15

Triadic Colors of #dacb12

#dacb12 #12dacb #cb12da

Analogous Colors of #dacb12

#dacb12 #85da12 #da6712

Monochromatic Colors of #dacb12

#dacb12

Complementary Color

#dacb12 #1221da

#dacb12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacb12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacb12 Color CSS Codes

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

#dacb12 Text Font Color

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

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


#dacb12 Background Color

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

This div background color is #dacb12


#dacb12 Border Color

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

This div border color is #dacb12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacb12


Comments

No comments written yet.

Please login to write comment.