Color Hex Logo

#dacb82 Color Hex

#DACB82
(218,203,130)
0 Favorites   0 Comments

Color spaces of #dacb82

RGB 218203130
HSL0.140.540.68
HSV50°40°85°
CMYK 0.000.070.40   0.15
XYZ54.298659.229029.6896
Yxy59.22900.37910.4136
Hunter Lab76.9604-8.741830.9995
CIE-Lab81.4173-5.024538.2694

#dacb82 color RGB value is (218,203,130).

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

The process color (four color CMYK) of #dacb82 color hex is 0.00, 0.07, 0.40, 0.15. Web safe color of #dacb82 is #cccc99. Color #dacb82 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001011 10000010
Octal 332 313 202
Decimal 218 203 130
Hex DA CB 82

RGB Percentages of Color #dacb82

%39.56
%36.84
%23.59

CMYK Percentages of Color #dacb82

%0
%7
%40
%15

Triadic Colors of #dacb82

#dacb82 #82dacb #cb82da

Analogous Colors of #dacb82

#dacb82 #bdda82 #da9f82

Monochromatic Colors of #dacb82

#dacb82

Complementary Color

#dacb82 #8291da

#dacb82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacb82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacb82 Color CSS Codes

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

#dacb82 Text Font Color

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

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


#dacb82 Background Color

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

This div background color is #dacb82


#dacb82 Border Color

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

This div border color is #dacb82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacb82


Comments

No comments written yet.

Please login to write comment.