Color Hex Logo

#dabd51 Color Hex

#DABD51
(218,189,81)
0 Favorites   0 Comments

Color spaces of #dabd51

RGB 21818981
HSL0.130.650.59
HSV47°63°85°
CMYK 0.000.130.63   0.15
XYZ48.596251.894715.2400
Yxy51.89470.41990.4484
Hunter Lab72.0380-5.651937.8835
CIE-Lab77.2178-1.987056.8787

#dabd51 color RGB value is (218,189,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 01010001
Octal 332 275 121
Decimal 218 189 81
Hex DA BD 51

RGB Percentages of Color #dabd51

%44.67
%38.73
%16.60

CMYK Percentages of Color #dabd51

%0
%13
%63
%15

Triadic Colors of #dabd51

#dabd51 #51dabd #bd51da

Analogous Colors of #dabd51

#dabd51 #b3da51 #da7951

Monochromatic Colors of #dabd51

#dabd51

Complementary Color

#dabd51 #516eda

#dabd51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabd51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabd51 Color CSS Codes

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

#dabd51 Text Font Color

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

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


#dabd51 Background Color

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

This div background color is #dabd51


#dabd51 Border Color

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

This div border color is #dabd51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabd51


Comments

No comments written yet.

Please login to write comment.