Color Hex Logo

#dab628 Color Hex

#DAB628
(218,182,40)
0 Favorites   0 Comments

Color spaces of #dab628

RGB 21818240
HSL0.130.710.51
HSV48°82°85°
CMYK 0.000.170.82   0.15
XYZ46.024448.51458.9460
Yxy48.51450.44470.4688
Hunter Lab69.6524-3.943641.1416
CIE-Lab75.1483-0.247770.2056

#dab628 color RGB value is (218,182,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110110 00101000
Octal 332 266 50
Decimal 218 182 40
Hex DA B6 28

RGB Percentages of Color #dab628

%49.55
%41.36
%9.09

CMYK Percentages of Color #dab628

%0
%17
%82
%15

Triadic Colors of #dab628

#dab628 #28dab6 #b628da

Analogous Colors of #dab628

#dab628 #a5da28 #da5d28

Monochromatic Colors of #dab628

#dab628

Complementary Color

#dab628 #284cda

#dab628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab628 Color CSS Codes

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

#dab628 Text Font Color

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

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


#dab628 Background Color

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

This div background color is #dab628


#dab628 Border Color

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

This div border color is #dab628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab628


Comments

No comments written yet.

Please login to write comment.