Color Hex Logo

#dab836 Color Hex

#DAB836
(218,184,54)
0 Favorites   0 Comments

Color spaces of #dab836

RGB 21818454
HSL0.130.690.53
HSV48°75°85°
CMYK 0.000.160.75   0.15
XYZ46.719849.452710.5730
Yxy49.45270.43770.4633
Hunter Lab70.3226-4.475640.3116
CIE-Lab75.7321-0.796666.2319

#dab836 color RGB value is (218,184,54).

#dab836 hex color red value is 218, green value is 184 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #dab836 hue: 0.13 , saturation: 0.69 and the lightness value of dab836 is 0.53.

The process color (four color CMYK) of #dab836 color hex is 0.00, 0.16, 0.75, 0.15. Web safe color of #dab836 is #cccc33. Color #dab836 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111000 00110110
Octal 332 270 66
Decimal 218 184 54
Hex DA B8 36

RGB Percentages of Color #dab836

%47.81
%40.35
%11.84

CMYK Percentages of Color #dab836

%0
%16
%75
%15

Triadic Colors of #dab836

#dab836 #36dab8 #b836da

Analogous Colors of #dab836

#dab836 #aada36 #da6636

Monochromatic Colors of #dab836

#dab836

Complementary Color

#dab836 #3658da

#dab836 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab836 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab836 Color CSS Codes

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

#dab836 Text Font Color

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

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


#dab836 Background Color

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

This div background color is #dab836


#dab836 Border Color

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

This div border color is #dab836


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab836


Comments

No comments written yet.

Please login to write comment.