Color Hex Logo

#dab82b Color Hex

#DAB82B
(218,184,43)
0 Favorites   0 Comments

Color spaces of #dab82b

RGB 21818443
HSL0.130.700.51
HSV48°80°85°
CMYK 0.000.160.80   0.15
XYZ46.490049.36089.3628
Yxy49.36080.44190.4691
Hunter Lab70.2572-4.834741.2788
CIE-Lab75.6752-1.199569.7842

#dab82b color RGB value is (218,184,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111000 00101011
Octal 332 270 53
Decimal 218 184 43
Hex DA B8 2B

RGB Percentages of Color #dab82b

%48.99
%41.35
%9.66

CMYK Percentages of Color #dab82b

%0
%16
%80
%15

Triadic Colors of #dab82b

#dab82b #2bdab8 #b82bda

Analogous Colors of #dab82b

#dab82b #a5da2b #da602b

Monochromatic Colors of #dab82b

#dab82b

Complementary Color

#dab82b #2b4dda

#dab82b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab82b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab82b Color CSS Codes

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

#dab82b Text Font Color

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

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


#dab82b Background Color

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

This div background color is #dab82b


#dab82b Border Color

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

This div border color is #dab82b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab82b


Comments

No comments written yet.

Please login to write comment.