Color Hex Logo

#dacb3b Color Hex

#DACB3B
(218,203,59)
0 Favorites   0 Comments

Color spaces of #dacb3b

RGB 21820359
HSL0.150.680.54
HSV54°73°85°
CMYK 0.000.070.73   0.15
XYZ51.058857.933112.6288
Yxy57.93310.41980.4763
Hunter Lab76.1138-13.457443.4423
CIE-Lab80.7016-10.360769.1911

#dacb3b color RGB value is (218,203,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001011 00111011
Octal 332 313 73
Decimal 218 203 59
Hex DA CB 3B

RGB Percentages of Color #dacb3b

%45.42
%42.29
%12.29

CMYK Percentages of Color #dacb3b

%0
%7
%73
%15

Triadic Colors of #dacb3b

#dacb3b #3bdacb #cb3bda

Analogous Colors of #dacb3b

#dacb3b #9ada3b #da7c3b

Monochromatic Colors of #dacb3b

#dacb3b

Complementary Color

#dacb3b #3b4ada

#dacb3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacb3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacb3b Color CSS Codes

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

#dacb3b Text Font Color

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

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


#dacb3b Background Color

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

This div background color is #dacb3b


#dacb3b Border Color

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

This div border color is #dacb3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacb3b


Comments

No comments written yet.

Please login to write comment.