Color Hex Logo

#dacb2b Color Hex

#DACB2B
(218,203,43)
0 Favorites   0 Comments

Color spaces of #dacb2b

RGB 21820343
HSL0.150.700.51
HSV55°80°85°
CMYK 0.000.070.80   0.15
XYZ50.705457.791710.7680
Yxy57.79170.42510.4846
Hunter Lab76.0209-13.978244.8164
CIE-Lab80.6228-10.961274.1025

#dacb2b color RGB value is (218,203,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001011 00101011
Octal 332 313 53
Decimal 218 203 43
Hex DA CB 2B

RGB Percentages of Color #dacb2b

%46.98
%43.75
%9.27

CMYK Percentages of Color #dacb2b

%0
%7
%80
%15

Triadic Colors of #dacb2b

#dacb2b #2bdacb #cb2bda

Analogous Colors of #dacb2b

#dacb2b #92da2b #da742b

Monochromatic Colors of #dacb2b

#dacb2b

Complementary Color

#dacb2b #2b3ada

#dacb2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacb2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacb2b Color CSS Codes

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

#dacb2b Text Font Color

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

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


#dacb2b Background Color

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

This div background color is #dacb2b


#dacb2b Border Color

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

This div border color is #dacb2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacb2b


Comments

No comments written yet.

Please login to write comment.