Color Hex Logo

#dab506 Color Hex

#DAB506
(218,181,6)
0 Favorites   0 Comments

Color spaces of #dab506

RGB 2181816
HSL0.140.950.44
HSV50°97°85°
CMYK 0.000.170.97   0.15
XYZ45.470247.96637.0342
Yxy47.96630.45260.4774
Hunter Lab69.2577-4.009342.4586
CIE-Lab74.8037-0.344676.3075

#dab506 color RGB value is (218,181,6).

#dab506 hex color red value is 218, green value is 181 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #dab506 hue: 0.14 , saturation: 0.95 and the lightness value of dab506 is 0.44.

The process color (four color CMYK) of #dab506 color hex is 0.00, 0.17, 0.97, 0.15. Web safe color of #dab506 is #cccc00. Color #dab506 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110101 00000110
Octal 332 265 6
Decimal 218 181 6
Hex DA B5 6

RGB Percentages of Color #dab506

%53.83
%44.69
%1.48

CMYK Percentages of Color #dab506

%0
%17
%97
%15

Triadic Colors of #dab506

#dab506 #06dab5 #b506da

Analogous Colors of #dab506

#dab506 #95da06 #da4b06

Monochromatic Colors of #dab506

#dab506

Complementary Color

#dab506 #062bda

#dab506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab506 Color CSS Codes

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

#dab506 Text Font Color

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

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


#dab506 Background Color

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

This div background color is #dab506


#dab506 Border Color

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

This div border color is #dab506


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab506


Comments

No comments written yet.

Please login to write comment.