Color Hex Logo

#daab29 Color Hex

#DAAB29
(218,171,41)
0 Favorites   0 Comments

Color spaces of #daab29

RGB 21817141
HSL0.120.710.51
HSV44°81°85°
CMYK 0.000.220.81   0.15
XYZ43.876644.19138.3151
Yxy44.19130.45520.4585
Hunter Lab66.47651.481739.1174
CIE-Lab72.35625.582167.4855

#daab29 color RGB value is (218,171,41).

#daab29 hex color red value is 218, green value is 171 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #daab29 hue: 0.12 , saturation: 0.71 and the lightness value of daab29 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 00101001
Octal 332 253 51
Decimal 218 171 41
Hex DA AB 29

RGB Percentages of Color #daab29

%50.70
%39.77
%9.53

CMYK Percentages of Color #daab29

%0
%22
%81
%15

Triadic Colors of #daab29

#daab29 #29daab #ab29da

Analogous Colors of #daab29

#daab29 #b1da29 #da5229

Monochromatic Colors of #daab29

#daab29

Complementary Color

#daab29 #2958da

#daab29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daab29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daab29 Color CSS Codes

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

#daab29 Text Font Color

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

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


#daab29 Background Color

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

This div background color is #daab29


#daab29 Border Color

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

This div border color is #daab29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daab29


Comments

No comments written yet.

Please login to write comment.