Color Hex Logo

#dab42b Color Hex

#DAB42B
(218,180,43)
0 Favorites   0 Comments

Color spaces of #dab42b

RGB 21818043
HSL0.130.700.51
HSV47°80°85°
CMYK 0.000.170.80   0.15
XYZ45.670747.72249.0897
Yxy47.72240.44560.4657
Hunter Lab69.0814-2.883640.5556
CIE-Lab74.64950.893868.8825

#dab42b color RGB value is (218,180,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110100 00101011
Octal 332 264 53
Decimal 218 180 43
Hex DA B4 2B

RGB Percentages of Color #dab42b

%49.43
%40.82
%9.75

CMYK Percentages of Color #dab42b

%0
%17
%80
%15

Triadic Colors of #dab42b

#dab42b #2bdab4 #b42bda

Analogous Colors of #dab42b

#dab42b #a9da2b #da5d2b

Monochromatic Colors of #dab42b

#dab42b

Complementary Color

#dab42b #2b51da

#dab42b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab42b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab42b Color CSS Codes

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

#dab42b Text Font Color

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

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


#dab42b Background Color

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

This div background color is #dab42b


#dab42b Border Color

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

This div border color is #dab42b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab42b


Comments

No comments written yet.

Please login to write comment.