Color Hex Logo

#dab442 Color Hex

#DAB442
(218,180,66)
0 Favorites   0 Comments

Color spaces of #dab442

RGB 21818066
HSL0.130.670.56
HSV45°70°85°
CMYK 0.000.170.70   0.15
XYZ46.218147.941311.9719
Yxy47.94130.43550.4517
Hunter Lab69.2397-2.019038.2162
CIE-Lab74.78791.855760.7164

#dab442 color RGB value is (218,180,66).

#dab442 hex color red value is 218, green value is 180 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #dab442 hue: 0.13 , saturation: 0.67 and the lightness value of dab442 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110100 01000010
Octal 332 264 102
Decimal 218 180 66
Hex DA B4 42

RGB Percentages of Color #dab442

%46.98
%38.79
%14.22

CMYK Percentages of Color #dab442

%0
%17
%70
%15

Triadic Colors of #dab442

#dab442 #42dab4 #b442da

Analogous Colors of #dab442

#dab442 #b4da42 #da6842

Monochromatic Colors of #dab442

#dab442

Complementary Color

#dab442 #4268da

#dab442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab442 Color CSS Codes

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

#dab442 Text Font Color

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

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


#dab442 Background Color

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

This div background color is #dab442


#dab442 Border Color

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

This div border color is #dab442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab442


Comments

No comments written yet.

Please login to write comment.