Color Hex Logo

#dac581 Color Hex

#DAC581
(218,197,129)
0 Favorites   0 Comments

Color spaces of #dac581

RGB 218197129
HSL0.130.550.68
HSV46°41°85°
CMYK 0.000.100.41   0.15
XYZ52.842156.422928.8745
Yxy56.42290.38250.4084
Hunter Lab75.1152-5.880229.7894
CIE-Lab79.8539-2.028936.7718

#dac581 color RGB value is (218,197,129).

#dac581 hex color red value is 218, green value is 197 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #dac581 hue: 0.13 , saturation: 0.55 and the lightness value of dac581 is 0.68.

The process color (four color CMYK) of #dac581 color hex is 0.00, 0.10, 0.41, 0.15. Web safe color of #dac581 is #cccc99. Color #dac581 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 10000001
Octal 332 305 201
Decimal 218 197 129
Hex DA C5 81

RGB Percentages of Color #dac581

%40.07
%36.21
%23.71

CMYK Percentages of Color #dac581

%0
%10
%41
%15

Triadic Colors of #dac581

#dac581 #81dac5 #c581da

Analogous Colors of #dac581

#dac581 #c3da81 #da9981

Monochromatic Colors of #dac581

#dac581

Complementary Color

#dac581 #8196da

#dac581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac581 Color CSS Codes

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

#dac581 Text Font Color

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

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


#dac581 Background Color

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

This div background color is #dac581


#dac581 Border Color

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

This div border color is #dac581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac581


Comments

No comments written yet.

Please login to write comment.