Color Hex Logo

#dab818 Color Hex

#DAB818
(218,184,24)
0 Favorites   0 Comments

Color spaces of #dab818

RGB 21818424
HSL0.140.800.47
HSV49°89°85°
CMYK 0.000.160.89   0.15
XYZ46.218849.25247.9348
Yxy49.25240.44700.4763
Hunter Lab70.1801-5.259542.4225
CIE-Lab75.6081-1.677674.4061

#dab818 color RGB value is (218,184,24).

#dab818 hex color red value is 218, green value is 184 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #dab818 hue: 0.14 , saturation: 0.80 and the lightness value of dab818 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111000 00011000
Octal 332 270 30
Decimal 218 184 24
Hex DA B8 18

RGB Percentages of Color #dab818

%51.17
%43.19
%5.63

CMYK Percentages of Color #dab818

%0
%16
%89
%15

Triadic Colors of #dab818

#dab818 #18dab8 #b818da

Analogous Colors of #dab818

#dab818 #9bda18 #da5718

Monochromatic Colors of #dab818

#dab818

Complementary Color

#dab818 #183ada

#dab818 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab818 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab818 Color CSS Codes

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

#dab818 Text Font Color

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

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


#dab818 Background Color

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

This div background color is #dab818


#dab818 Border Color

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

This div border color is #dab818


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab818


Comments

No comments written yet.

Please login to write comment.