Color Hex Logo

#dad661 Color Hex

#DAD661
(218,214,97)
0 Favorites   0 Comments

Color spaces of #dad661

RGB 21821497
HSL0.160.620.62
HSV58°56°85°
CMYK 0.000.020.56   0.15
XYZ55.117763.861620.7308
Yxy63.86160.39450.4571
Hunter Lab79.9135-16.734040.5587
CIE-Lab83.8937-13.622757.1728

#dad661 color RGB value is (218,214,97).

#dad661 hex color red value is 218, green value is 214 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #dad661 hue: 0.16 , saturation: 0.62 and the lightness value of dad661 is 0.62.

The process color (four color CMYK) of #dad661 color hex is 0.00, 0.02, 0.56, 0.15. Web safe color of #dad661 is #cccc66. Color #dad661 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010110 01100001
Octal 332 326 141
Decimal 218 214 97
Hex DA D6 61

RGB Percentages of Color #dad661

%41.21
%40.45
%18.34

CMYK Percentages of Color #dad661

%0
%2
%56
%15

Triadic Colors of #dad661

#dad661 #61dad6 #d661da

Analogous Colors of #dad661

#dad661 #a2da61 #da9a61

Monochromatic Colors of #dad661

#dad661

Complementary Color

#dad661 #6165da

#dad661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad661 Color CSS Codes

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

#dad661 Text Font Color

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

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


#dad661 Background Color

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

This div background color is #dad661


#dad661 Border Color

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

This div border color is #dad661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad661


Comments

No comments written yet.

Please login to write comment.