Color Hex Logo

#dab829 Color Hex

#DAB829
(218,184,41)
0 Favorites   0 Comments

Color spaces of #dab829

RGB 21818441
HSL0.130.710.51
HSV48°81°85°
CMYK 0.000.160.81   0.15
XYZ46.454249.34659.1743
Yxy49.34650.44250.4701
Hunter Lab70.2471-4.890841.4296
CIE-Lab75.6664-1.262570.3654

#dab829 color RGB value is (218,184,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111000 00101001
Octal 332 270 51
Decimal 218 184 41
Hex DA B8 29

RGB Percentages of Color #dab829

%49.21
%41.53
%9.26

CMYK Percentages of Color #dab829

%0
%16
%81
%15

Triadic Colors of #dab829

#dab829 #29dab8 #b829da

Analogous Colors of #dab829

#dab829 #a4da29 #da5f29

Monochromatic Colors of #dab829

#dab829

Complementary Color

#dab829 #294bda

#dab829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab829 Color CSS Codes

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

#dab829 Text Font Color

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

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


#dab829 Background Color

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

This div background color is #dab829


#dab829 Border Color

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

This div border color is #dab829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab829


Comments

No comments written yet.

Please login to write comment.