Color Hex Logo

#dad640 Color Hex

#DAD640
(218,214,64)
0 Favorites   0 Comments

Color spaces of #dad640

RGB 21821464
HSL0.160.680.55
HSV58°71°85°
CMYK 0.000.020.71   0.15
XYZ53.885463.368714.2418
Yxy63.36870.40980.4819
Hunter Lab79.6045-18.478645.1157
CIE-Lab83.6360-15.642970.2631

#dad640 color RGB value is (218,214,64).

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

The process color (four color CMYK) of #dad640 color hex is 0.00, 0.02, 0.71, 0.15. Web safe color of #dad640 is #cccc33. Color #dad640 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010110 01000000
Octal 332 326 100
Decimal 218 214 64
Hex DA D6 40

RGB Percentages of Color #dad640

%43.95
%43.15
%12.90

CMYK Percentages of Color #dad640

%0
%2
%71
%15

Triadic Colors of #dad640

#dad640 #40dad6 #d640da

Analogous Colors of #dad640

#dad640 #91da40 #da8940

Monochromatic Colors of #dad640

#dad640

Complementary Color

#dad640 #4044da

#dad640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad640 Color CSS Codes

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

#dad640 Text Font Color

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

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


#dad640 Background Color

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

This div background color is #dad640


#dad640 Border Color

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

This div border color is #dad640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad640


Comments

No comments written yet.

Please login to write comment.