Color Hex Logo

#dac083 Color Hex

#DAC083
(218,192,131)
0 Favorites   0 Comments

Color spaces of #dac083

RGB 218192131
HSL0.120.540.68
HSV42°40°85°
CMYK 0.000.120.40   0.15
XYZ51.859854.243429.2094
Yxy54.24340.38330.4009
Hunter Lab73.6501-3.199228.0409
CIE-Lab78.60340.797534.1209

#dac083 color RGB value is (218,192,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000000 10000011
Octal 332 300 203
Decimal 218 192 131
Hex DA C0 83

RGB Percentages of Color #dac083

%40.30
%35.49
%24.21

CMYK Percentages of Color #dac083

%0
%12
%40
%15

Triadic Colors of #dac083

#dac083 #83dac0 #c083da

Analogous Colors of #dac083

#dac083 #c9da83 #da9583

Monochromatic Colors of #dac083

#dac083

Complementary Color

#dac083 #839dda

#dac083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac083 Color CSS Codes

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

#dac083 Text Font Color

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

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


#dac083 Background Color

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

This div background color is #dac083


#dac083 Border Color

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

This div border color is #dac083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac083


Comments

No comments written yet.

Please login to write comment.