Color Hex Logo

#dad766 Color Hex

#DAD766
(218,215,102)
0 Favorites   0 Comments

Color spaces of #dad766

RGB 218215102
HSL0.160.610.63
HSV58°53°85°
CMYK 0.000.010.53   0.15
XYZ55.612264.465622.0824
Yxy64.46560.39120.4535
Hunter Lab80.2905-16.872539.8967
CIE-Lab84.2076-13.732755.2661

#dad766 color RGB value is (218,215,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010111 01100110
Octal 332 327 146
Decimal 218 215 102
Hex DA D7 66

RGB Percentages of Color #dad766

%40.75
%40.19
%19.07

CMYK Percentages of Color #dad766

%0
%1
%53
%15

Triadic Colors of #dad766

#dad766 #66dad7 #d766da

Analogous Colors of #dad766

#dad766 #a3da66 #da9d66

Monochromatic Colors of #dad766

#dad766

Complementary Color

#dad766 #6669da

#dad766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad766 Color CSS Codes

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

#dad766 Text Font Color

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

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


#dad766 Background Color

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

This div background color is #dad766


#dad766 Border Color

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

This div border color is #dad766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad766


Comments

No comments written yet.

Please login to write comment.