Color Hex Logo

#dac162 Color Hex

#DAC162
(218,193,98)
0 Favorites   0 Comments

Color spaces of #dac162

RGB 21819398
HSL0.130.620.62
HSV48°55°85°
CMYK 0.000.110.55   0.15
XYZ50.188053.927219.3191
Yxy53.92720.40660.4369
Hunter Lab73.4351-6.518735.8068
CIE-Lab78.4193-2.847050.4075

#dac162 color RGB value is (218,193,98).

#dac162 hex color red value is 218, green value is 193 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #dac162 hue: 0.13 , saturation: 0.62 and the lightness value of dac162 is 0.62.

The process color (four color CMYK) of #dac162 color hex is 0.00, 0.11, 0.55, 0.15. Web safe color of #dac162 is #cccc66. Color #dac162 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000001 01100010
Octal 332 301 142
Decimal 218 193 98
Hex DA C1 62

RGB Percentages of Color #dac162

%42.83
%37.92
%19.25

CMYK Percentages of Color #dac162

%0
%11
%55
%15

Triadic Colors of #dac162

#dac162 #62dac1 #c162da

Analogous Colors of #dac162

#dac162 #b7da62 #da8562

Monochromatic Colors of #dac162

#dac162

Complementary Color

#dac162 #627bda

#dac162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac162 Color CSS Codes

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

#dac162 Text Font Color

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

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


#dac162 Background Color

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

This div background color is #dac162


#dac162 Border Color

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

This div border color is #dac162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac162


Comments

No comments written yet.

Please login to write comment.