Color Hex Logo

#daba12 Color Hex

#DABA12
(218,186,18)
0 Favorites   0 Comments

Color spaces of #daba12

RGB 21818618
HSL0.140.850.46
HSV50°92°85°
CMYK 0.000.150.92   0.15
XYZ46.581550.06697.7810
Yxy50.06690.44610.4794
Hunter Lab70.7580-6.316043.0107
CIE-Lab76.1103-2.816575.8153

#daba12 color RGB value is (218,186,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 00010010
Octal 332 272 22
Decimal 218 186 18
Hex DA BA 12

RGB Percentages of Color #daba12

%51.66
%44.08
%4.27

CMYK Percentages of Color #daba12

%0
%15
%92
%15

Triadic Colors of #daba12

#daba12 #12daba #ba12da

Analogous Colors of #daba12

#daba12 #96da12 #da5612

Monochromatic Colors of #daba12

#daba12

Complementary Color

#daba12 #1232da

#daba12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daba12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daba12 Color CSS Codes

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

#daba12 Text Font Color

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

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


#daba12 Background Color

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

This div background color is #daba12


#daba12 Border Color

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

This div border color is #daba12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daba12


Comments

No comments written yet.

Please login to write comment.