Color Hex Logo

#dab929 Color Hex

#DAB929
(218,185,41)
0 Favorites   0 Comments

Color spaces of #dab929

RGB 21818541
HSL0.140.710.51
HSV49°81°85°
CMYK 0.000.150.81   0.15
XYZ46.662649.76349.2437
Yxy49.76340.44160.4709
Hunter Lab70.5432-5.377141.6111
CIE-Lab75.9238-1.784070.5887

#dab929 color RGB value is (218,185,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 00101001
Octal 332 271 51
Decimal 218 185 41
Hex DA B9 29

RGB Percentages of Color #dab929

%49.10
%41.67
%9.23

CMYK Percentages of Color #dab929

%0
%15
%81
%15

Triadic Colors of #dab929

#dab929 #29dab9 #b929da

Analogous Colors of #dab929

#dab929 #a3da29 #da6129

Monochromatic Colors of #dab929

#dab929

Complementary Color

#dab929 #294ada

#dab929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab929 Color CSS Codes

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

#dab929 Text Font Color

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

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


#dab929 Background Color

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

This div background color is #dab929


#dab929 Border Color

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

This div border color is #dab929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab929


Comments

No comments written yet.

Please login to write comment.