Color Hex Logo

#dab318 Color Hex

#DAB318
(218,179,24)
0 Favorites   0 Comments

Color spaces of #dab318

RGB 21817924
HSL0.130.800.47
HSV48°89°85°
CMYK 0.000.180.89   0.15
XYZ45.198447.21167.5947
Yxy47.21160.45200.4721
Hunter Lab68.7107-2.825141.5441
CIE-Lab74.32490.938273.4047

#dab318 color RGB value is (218,179,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110011 00011000
Octal 332 263 30
Decimal 218 179 24
Hex DA B3 18

RGB Percentages of Color #dab318

%51.78
%42.52
%5.70

CMYK Percentages of Color #dab318

%0
%18
%89
%15

Triadic Colors of #dab318

#dab318 #18dab3 #b318da

Analogous Colors of #dab318

#dab318 #a0da18 #da5218

Monochromatic Colors of #dab318

#dab318

Complementary Color

#dab318 #183fda

#dab318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab318 Color CSS Codes

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

#dab318 Text Font Color

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

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


#dab318 Background Color

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

This div background color is #dab318


#dab318 Border Color

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

This div border color is #dab318


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,179,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 #dab318">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab318


Comments

No comments written yet.

Please login to write comment.