Color Hex Logo

#dab705 Color Hex

#DAB705
(218,183,5)
0 Favorites   0 Comments

Color spaces of #dab705

RGB 2181835
HSL0.140.960.44
HSV50°98°85°
CMYK 0.000.160.98   0.15
XYZ45.874348.78347.1419
Yxy48.78340.45060.4792
Hunter Lab69.8451-4.990142.8290
CIE-Lab75.3164-1.399676.7839

#dab705 color RGB value is (218,183,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110111 00000101
Octal 332 267 5
Decimal 218 183 5
Hex DA B7 5

RGB Percentages of Color #dab705

%53.69
%45.07
%1.23

CMYK Percentages of Color #dab705

%0
%16
%98
%15

Triadic Colors of #dab705

#dab705 #05dab7 #b705da

Analogous Colors of #dab705

#dab705 #93da05 #da4d05

Monochromatic Colors of #dab705

#dab705

Complementary Color

#dab705 #0528da

#dab705 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab705 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab705 Color CSS Codes

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

#dab705 Text Font Color

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

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


#dab705 Background Color

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

This div background color is #dab705


#dab705 Border Color

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

This div border color is #dab705


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab705


Comments

No comments written yet.

Please login to write comment.