Color Hex Logo

#dab700 Color Hex

#DAB700
(218,183,0)
0 Favorites   0 Comments

Color spaces of #dab700

RGB 2181830
HSL0.141.000.43
HSV50°100°85°
CMYK 0.000.161.00   0.15
XYZ45.846948.77246.9976
Yxy48.77240.45120.4800
Hunter Lab69.8372-5.033142.9453
CIE-Lab75.3095-1.448177.3190

#dab700 color RGB value is (218,183,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110111 00000000
Octal 332 267 0
Decimal 218 183 0
Hex DA B7 0

RGB Percentages of Color #dab700

%54.36
%45.64
%0.00

CMYK Percentages of Color #dab700

%0
%16
%100
%15

Triadic Colors of #dab700

#dab700 #00dab7 #b700da

Analogous Colors of #dab700

#dab700 #90da00 #da4a00

Monochromatic Colors of #dab700

#dab700

Complementary Color

#dab700 #0023da

#dab700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab700 Color CSS Codes

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

#dab700 Text Font Color

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

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


#dab700 Background Color

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

This div background color is #dab700


#dab700 Border Color

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

This div border color is #dab700


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab700


Comments

No comments written yet.

Please login to write comment.