Color Hex Logo

#dab426 Color Hex

#DAB426
(218,180,38)
0 Favorites   0 Comments

Color spaces of #dab426

RGB 21818038
HSL0.130.710.50
HSV47°83°85°
CMYK 0.000.170.83   0.15
XYZ45.584647.68798.6358
Yxy47.68790.44730.4679
Hunter Lab69.0564-3.019740.9250
CIE-Lab74.62770.741770.3247

#dab426 color RGB value is (218,180,38).

#dab426 hex color red value is 218, green value is 180 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #dab426 hue: 0.13 , saturation: 0.71 and the lightness value of dab426 is 0.50.

The process color (four color CMYK) of #dab426 color hex is 0.00, 0.17, 0.83, 0.15. Web safe color of #dab426 is #cccc33. Color #dab426 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110100 00100110
Octal 332 264 46
Decimal 218 180 38
Hex DA B4 26

RGB Percentages of Color #dab426

%50.00
%41.28
%8.72

CMYK Percentages of Color #dab426

%0
%17
%83
%15

Triadic Colors of #dab426

#dab426 #26dab4 #b426da

Analogous Colors of #dab426

#dab426 #a6da26 #da5a26

Monochromatic Colors of #dab426

#dab426

Complementary Color

#dab426 #264cda

#dab426 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab426 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab426 Color CSS Codes

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

#dab426 Text Font Color

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

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


#dab426 Background Color

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

This div background color is #dab426


#dab426 Border Color

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

This div border color is #dab426


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab426


Comments

No comments written yet.

Please login to write comment.