Color Hex Logo

#dab708 Color Hex

#DAB708
(218,183,8)
0 Favorites   0 Comments

Color spaces of #dab708

RGB 2181838
HSL0.140.930.44
HSV50°96°85°
CMYK 0.000.160.96   0.15
XYZ45.890848.78997.2284
Yxy48.78990.45030.4788
Hunter Lab69.8498-4.963942.7592
CIE-Lab75.3204-1.370076.4666

#dab708 color RGB value is (218,183,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110111 00001000
Octal 332 267 10
Decimal 218 183 8
Hex DA B7 8

RGB Percentages of Color #dab708

%53.30
%44.74
%1.96

CMYK Percentages of Color #dab708

%0
%16
%96
%15

Triadic Colors of #dab708

#dab708 #08dab7 #b708da

Analogous Colors of #dab708

#dab708 #94da08 #da4e08

Monochromatic Colors of #dab708

#dab708

Complementary Color

#dab708 #082bda

#dab708 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab708 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab708 Color CSS Codes

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

#dab708 Text Font Color

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

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


#dab708 Background Color

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

This div background color is #dab708


#dab708 Border Color

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

This div border color is #dab708


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab708


Comments

No comments written yet.

Please login to write comment.