Color Hex Logo

#dab307 Color Hex

#DAB307
(218,179,7)
0 Favorites   0 Comments

Color spaces of #dab307

RGB 2181797
HSL0.140.940.44
HSV49°97°85°
CMYK 0.000.180.97   0.15
XYZ45.071947.16106.9284
Yxy47.16100.45450.4756
Hunter Lab68.6739-3.026542.0900
CIE-Lab74.29260.712975.8307

#dab307 color RGB value is (218,179,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110011 00000111
Octal 332 263 7
Decimal 218 179 7
Hex DA B3 7

RGB Percentages of Color #dab307

%53.96
%44.31
%1.73

CMYK Percentages of Color #dab307

%0
%18
%97
%15

Triadic Colors of #dab307

#dab307 #07dab3 #b307da

Analogous Colors of #dab307

#dab307 #98da07 #da4907

Monochromatic Colors of #dab307

#dab307

Complementary Color

#dab307 #072eda

#dab307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab307 Color CSS Codes

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

#dab307 Text Font Color

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

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


#dab307 Background Color

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

This div background color is #dab307


#dab307 Border Color

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

This div border color is #dab307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab307


Comments

No comments written yet.

Please login to write comment.