Color Hex Logo

#dad166 Color Hex

#DAD166
(218,209,102)
0 Favorites   0 Comments

Color spaces of #dad166

RGB 218209102
HSL0.150.610.63
HSV55°53°85°
CMYK 0.000.040.53   0.15
XYZ54.112261.465721.5824
Yxy61.46570.39450.4481
Hunter Lab78.4001-13.998338.5584
CIE-Lab82.6285-10.720353.4371

#dad166 color RGB value is (218,209,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010001 01100110
Octal 332 321 146
Decimal 218 209 102
Hex DA D1 66

RGB Percentages of Color #dad166

%41.21
%39.51
%19.28

CMYK Percentages of Color #dad166

%0
%4
%53
%15

Triadic Colors of #dad166

#dad166 #66dad1 #d166da

Analogous Colors of #dad166

#dad166 #a9da66 #da9766

Monochromatic Colors of #dad166

#dad166

Complementary Color

#dad166 #666fda

#dad166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad166 Color CSS Codes

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

#dad166 Text Font Color

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

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


#dad166 Background Color

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

This div background color is #dad166


#dad166 Border Color

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

This div border color is #dad166


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,209,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 #dad166">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad166


Comments

No comments written yet.

Please login to write comment.