Color Hex Logo

#dabd56 Color Hex

#DABD56
(218,189,86)
0 Favorites   0 Comments

Color spaces of #dabd56

RGB 21818986
HSL0.130.640.60
HSV47°61°85°
CMYK 0.000.130.61   0.15
XYZ48.790851.972516.2642
Yxy51.97250.41690.4441
Hunter Lab72.0920-5.354737.0883
CIE-Lab77.2644-1.654754.6830

#dabd56 color RGB value is (218,189,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 01010110
Octal 332 275 126
Decimal 218 189 86
Hex DA BD 56

RGB Percentages of Color #dabd56

%44.22
%38.34
%17.44

CMYK Percentages of Color #dabd56

%0
%13
%61
%15

Triadic Colors of #dabd56

#dabd56 #56dabd #bd56da

Analogous Colors of #dabd56

#dabd56 #b5da56 #da7b56

Monochromatic Colors of #dabd56

#dabd56

Complementary Color

#dabd56 #5673da

#dabd56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabd56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabd56 Color CSS Codes

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

#dabd56 Text Font Color

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

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


#dabd56 Background Color

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

This div background color is #dabd56


#dabd56 Border Color

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

This div border color is #dabd56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabd56


Comments

No comments written yet.

Please login to write comment.