Color Hex Logo

#dad556 Color Hex

#DAD556
(218,213,86)
0 Favorites   0 Comments

Color spaces of #dad556

RGB 21821386
HSL0.160.640.60
HSV58°61°85°
CMYK 0.000.020.61   0.15
XYZ54.387463.165818.1298
Yxy63.16580.40080.4655
Hunter Lab79.4769-16.934042.1090
CIE-Lab83.5295-13.902961.5735

#dad556 color RGB value is (218,213,86).

#dad556 hex color red value is 218, green value is 213 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #dad556 hue: 0.16 , saturation: 0.64 and the lightness value of dad556 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010101 01010110
Octal 332 325 126
Decimal 218 213 86
Hex DA D5 56

RGB Percentages of Color #dad556

%42.17
%41.20
%16.63

CMYK Percentages of Color #dad556

%0
%2
%61
%15

Triadic Colors of #dad556

#dad556 #56dad5 #d556da

Analogous Colors of #dad556

#dad556 #9dda56 #da9356

Monochromatic Colors of #dad556

#dad556

Complementary Color

#dad556 #565bda

#dad556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad556 Color CSS Codes

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

#dad556 Text Font Color

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

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


#dad556 Background Color

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

This div background color is #dad556


#dad556 Border Color

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

This div border color is #dad556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad556


Comments

No comments written yet.

Please login to write comment.