Color Hex Logo

#daba15 Color Hex

#DABA15
(218,186,21)
0 Favorites   0 Comments

Color spaces of #daba15

RGB 21818621
HSL0.140.820.47
HSV50°90°85°
CMYK 0.000.150.90   0.15
XYZ46.607750.07747.9189
Yxy50.07740.44560.4787
Hunter Lab70.7654-6.275342.9010
CIE-Lab76.1167-2.770475.3389

#daba15 color RGB value is (218,186,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 00010101
Octal 332 272 25
Decimal 218 186 21
Hex DA BA 15

RGB Percentages of Color #daba15

%51.29
%43.76
%4.94

CMYK Percentages of Color #daba15

%0
%15
%90
%15

Triadic Colors of #daba15

#daba15 #15daba #ba15da

Analogous Colors of #daba15

#daba15 #98da15 #da5815

Monochromatic Colors of #daba15

#daba15

Complementary Color

#daba15 #1535da

#daba15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daba15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daba15 Color CSS Codes

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

#daba15 Text Font Color

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

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


#daba15 Background Color

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

This div background color is #daba15


#daba15 Border Color

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

This div border color is #daba15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daba15


Comments

No comments written yet.

Please login to write comment.