Color Hex Logo

#dac466 Color Hex

#DAC466
(218,196,102)
0 Favorites   0 Comments

Color spaces of #dac466

RGB 218196102
HSL0.140.610.63
HSV49°53°85°
CMYK 0.000.100.53   0.15
XYZ51.051655.344620.5622
Yxy55.34460.40210.4359
Hunter Lab74.3940-7.696835.6882
CIE-Lab79.2393-4.077049.4609

#dac466 color RGB value is (218,196,102).

#dac466 hex color red value is 218, green value is 196 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #dac466 hue: 0.14 , saturation: 0.61 and the lightness value of dac466 is 0.63.

The process color (four color CMYK) of #dac466 color hex is 0.00, 0.10, 0.53, 0.15. Web safe color of #dac466 is #cccc66. Color #dac466 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000100 01100110
Octal 332 304 146
Decimal 218 196 102
Hex DA C4 66

RGB Percentages of Color #dac466

%42.25
%37.98
%19.77

CMYK Percentages of Color #dac466

%0
%10
%53
%15

Triadic Colors of #dac466

#dac466 #66dac4 #c466da

Analogous Colors of #dac466

#dac466 #b6da66 #da8a66

Monochromatic Colors of #dac466

#dac466

Complementary Color

#dac466 #667cda

#dac466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac466 Color CSS Codes

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

#dac466 Text Font Color

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

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


#dac466 Background Color

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

This div background color is #dac466


#dac466 Border Color

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

This div border color is #dac466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac466


Comments

No comments written yet.

Please login to write comment.