Color Hex Logo

#dacb53 Color Hex

#DACB53
(218,203,83)
0 Favorites   0 Comments

Color spaces of #dacb53

RGB 21820383
HSL0.150.650.59
HSV53°62°85°
CMYK 0.000.070.62   0.15
XYZ51.830758.241816.6936
Yxy58.24180.40890.4594
Hunter Lab76.3163-12.324240.4522
CIE-Lab80.8730-9.061759.9791

#dacb53 color RGB value is (218,203,83).

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

The process color (four color CMYK) of #dacb53 color hex is 0.00, 0.07, 0.62, 0.15. Web safe color of #dacb53 is #cccc66. Color #dacb53 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001011 01010011
Octal 332 313 123
Decimal 218 203 83
Hex DA CB 53

RGB Percentages of Color #dacb53

%43.25
%40.28
%16.47

CMYK Percentages of Color #dacb53

%0
%7
%62
%15

Triadic Colors of #dacb53

#dacb53 #53dacb #cb53da

Analogous Colors of #dacb53

#dacb53 #a6da53 #da8853

Monochromatic Colors of #dacb53

#dacb53

Complementary Color

#dacb53 #5362da

#dacb53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacb53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacb53 Color CSS Codes

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

#dacb53 Text Font Color

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

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


#dacb53 Background Color

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

This div background color is #dacb53


#dacb53 Border Color

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

This div border color is #dacb53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacb53


Comments

No comments written yet.

Please login to write comment.