Color Hex Logo

#dac263 Color Hex

#DAC263
(218,194,99)
0 Favorites   0 Comments

Color spaces of #dac263

RGB 21819499
HSL0.130.620.62
HSV48°55°85°
CMYK 0.000.110.55   0.15
XYZ50.457454.389919.6433
Yxy54.38990.40530.4369
Hunter Lab73.7495-6.936835.8327
CIE-Lab78.6885-3.285950.2466

#dac263 color RGB value is (218,194,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000010 01100011
Octal 332 302 143
Decimal 218 194 99
Hex DA C2 63

RGB Percentages of Color #dac263

%42.66
%37.96
%19.37

CMYK Percentages of Color #dac263

%0
%11
%55
%15

Triadic Colors of #dac263

#dac263 #63dac2 #c263da

Analogous Colors of #dac263

#dac263 #b7da63 #da8763

Monochromatic Colors of #dac263

#dac263

Complementary Color

#dac263 #637bda

#dac263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac263 Color CSS Codes

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

#dac263 Text Font Color

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

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


#dac263 Background Color

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

This div background color is #dac263


#dac263 Border Color

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

This div border color is #dac263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac263


Comments

No comments written yet.

Please login to write comment.