Color Hex Logo

#daab1d Color Hex

#DAAB1D
(218,171,29)
0 Favorites   0 Comments

Color spaces of #daab1d

RGB 21817129
HSL0.130.770.48
HSV45°87°85°
CMYK 0.000.220.87   0.15
XYZ43.698144.12007.3753
Yxy44.12000.45900.4635
Hunter Lab66.42291.191039.9127
CIE-Lab72.30865.262370.7289

#daab1d color RGB value is (218,171,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 00011101
Octal 332 253 35
Decimal 218 171 29
Hex DA AB 1D

RGB Percentages of Color #daab1d

%52.15
%40.91
%6.94

CMYK Percentages of Color #daab1d

%0
%22
%87
%15

Triadic Colors of #daab1d

#daab1d #1ddaab #ab1dda

Analogous Colors of #daab1d

#daab1d #abda1d #da4d1d

Monochromatic Colors of #daab1d

#daab1d

Complementary Color

#daab1d #1d4cda

#daab1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daab1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daab1d Color CSS Codes

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

#daab1d Text Font Color

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

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


#daab1d Background Color

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

This div background color is #daab1d


#daab1d Border Color

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

This div border color is #daab1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daab1d


Comments

No comments written yet.

Please login to write comment.