Color Hex Logo

#daba1c Color Hex

#DABA1C
(218,186,28)
0 Favorites   0 Comments

Color spaces of #daba1c

RGB 21818628
HSL0.140.770.48
HSV50°87°85°
CMYK 0.000.150.87   0.15
XYZ46.681950.10718.3098
Yxy50.10710.44420.4768
Hunter Lab70.7864-6.159742.5902
CIE-Lab76.1350-2.639774.0187

#daba1c color RGB value is (218,186,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 00011100
Octal 332 272 34
Decimal 218 186 28
Hex DA BA 1C

RGB Percentages of Color #daba1c

%50.46
%43.06
%6.48

CMYK Percentages of Color #daba1c

%0
%15
%87
%15

Triadic Colors of #daba1c

#daba1c #1cdaba #ba1cda

Analogous Colors of #daba1c

#daba1c #9bda1c #da5b1c

Monochromatic Colors of #daba1c

#daba1c

Complementary Color

#daba1c #1c3cda

#daba1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daba1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#daba1c Color CSS Codes

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

#daba1c Text Font Color

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

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


#daba1c Background Color

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

This div background color is #daba1c


#daba1c Border Color

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

This div border color is #daba1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daba1c


Comments

No comments written yet.

Please login to write comment.