Color Hex Logo

#dab906 Color Hex

#DAB906
(218,185,6)
0 Favorites   0 Comments

Color spaces of #dab906

RGB 2181856
HSL0.140.950.44
HSV51°97°85°
CMYK 0.000.150.97   0.15
XYZ46.295349.61657.3092
Yxy49.61650.44850.4807
Hunter Lab70.4390-5.950943.1550
CIE-Lab75.8333-2.431477.0502

#dab906 color RGB value is (218,185,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 00000110
Octal 332 271 6
Decimal 218 185 6
Hex DA B9 6

RGB Percentages of Color #dab906

%53.30
%45.23
%1.47

CMYK Percentages of Color #dab906

%0
%15
%97
%15

Triadic Colors of #dab906

#dab906 #06dab9 #b906da

Analogous Colors of #dab906

#dab906 #91da06 #da4f06

Monochromatic Colors of #dab906

#dab906

Complementary Color

#dab906 #0627da

#dab906 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab906 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab906 Color CSS Codes

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

#dab906 Text Font Color

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

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


#dab906 Background Color

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

This div background color is #dab906


#dab906 Border Color

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

This div border color is #dab906


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab906


Comments

No comments written yet.

Please login to write comment.