Color Hex Logo

#dabb3a Color Hex

#DABB3A
(218,187,58)
0 Favorites   0 Comments

Color spaces of #dabb3a

RGB 21818758
HSL0.130.680.54
HSV48°73°85°
CMYK 0.000.140.73   0.15
XYZ47.447550.751611.2983
Yxy50.75160.43330.4635
Hunter Lab71.2402-5.785440.4650
CIE-Lab76.5283-2.190365.5489

#dabb3a color RGB value is (218,187,58).

#dabb3a hex color red value is 218, green value is 187 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #dabb3a hue: 0.13 , saturation: 0.68 and the lightness value of dabb3a is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 00111010
Octal 332 273 72
Decimal 218 187 58
Hex DA BB 3A

RGB Percentages of Color #dabb3a

%47.08
%40.39
%12.53

CMYK Percentages of Color #dabb3a

%0
%14
%73
%15

Triadic Colors of #dabb3a

#dabb3a #3adabb #bb3ada

Analogous Colors of #dabb3a

#dabb3a #a9da3a #da6b3a

Monochromatic Colors of #dabb3a

#dabb3a

Complementary Color

#dabb3a #3a59da

#dabb3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabb3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabb3a Color CSS Codes

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

#dabb3a Text Font Color

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

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


#dabb3a Background Color

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

This div background color is #dabb3a


#dabb3a Border Color

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

This div border color is #dabb3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabb3a


Comments

No comments written yet.

Please login to write comment.