Color Hex Logo

#dab412 Color Hex

#DAB412
(218,180,18)
0 Favorites   0 Comments

Color spaces of #dab412

RGB 21818018
HSL0.140.850.46
HSV49°92°85°
CMYK 0.000.170.92   0.15
XYZ45.343947.59167.3685
Yxy47.59160.45210.4745
Hunter Lab68.9867-3.401341.9579
CIE-Lab74.56660.314874.6471

#dab412 color RGB value is (218,180,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110100 00010010
Octal 332 264 22
Decimal 218 180 18
Hex DA B4 12

RGB Percentages of Color #dab412

%52.40
%43.27
%4.33

CMYK Percentages of Color #dab412

%0
%17
%92
%15

Triadic Colors of #dab412

#dab412 #12dab4 #b412da

Analogous Colors of #dab412

#dab412 #9cda12 #da5012

Monochromatic Colors of #dab412

#dab412

Complementary Color

#dab412 #1238da

#dab412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab412 Color CSS Codes

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

#dab412 Text Font Color

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

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


#dab412 Background Color

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

This div background color is #dab412


#dab412 Border Color

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

This div border color is #dab412


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,180,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 #dab412">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab412


Comments

No comments written yet.

Please login to write comment.