Color Hex Logo

#dabb4a Color Hex

#DABB4A
(218,187,74)
0 Favorites   0 Comments

Color spaces of #dabb4a

RGB 21818774
HSL0.130.660.57
HSV47°66°85°
CMYK 0.000.140.66   0.15
XYZ47.919850.940513.7854
Yxy50.94050.42540.4522
Hunter Lab71.3726-5.056638.5091
CIE-Lab76.6430-1.372759.3024

#dabb4a color RGB value is (218,187,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 01001010
Octal 332 273 112
Decimal 218 187 74
Hex DA BB 4A

RGB Percentages of Color #dabb4a

%45.51
%39.04
%15.45

CMYK Percentages of Color #dabb4a

%0
%14
%66
%15

Triadic Colors of #dabb4a

#dabb4a #4adabb #bb4ada

Analogous Colors of #dabb4a

#dabb4a #b1da4a #da734a

Monochromatic Colors of #dabb4a

#dabb4a

Complementary Color

#dabb4a #4a69da

#dabb4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabb4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabb4a Color CSS Codes

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

#dabb4a Text Font Color

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

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


#dabb4a Background Color

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

This div background color is #dabb4a


#dabb4a Border Color

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

This div border color is #dabb4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabb4a


Comments

No comments written yet.

Please login to write comment.