Color Hex Logo

#dab136 Color Hex

#DAB136
(218,177,54)
0 Favorites   0 Comments

Color spaces of #dab136

RGB 21817754
HSL0.130.690.53
HSV45°75°85°
CMYK 0.000.190.75   0.15
XYZ45.301446.616010.1002
Yxy46.61600.44410.4569
Hunter Lab68.2759-1.047239.0222
CIE-Lab73.94352.878664.5392

#dab136 color RGB value is (218,177,54).

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

The process color (four color CMYK) of #dab136 color hex is 0.00, 0.19, 0.75, 0.15. Web safe color of #dab136 is #cc9933. Color #dab136 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 00110110
Octal 332 261 66
Decimal 218 177 54
Hex DA B1 36

RGB Percentages of Color #dab136

%48.55
%39.42
%12.03

CMYK Percentages of Color #dab136

%0
%19
%75
%15

Triadic Colors of #dab136

#dab136 #36dab1 #b136da

Analogous Colors of #dab136

#dab136 #b1da36 #da5f36

Monochromatic Colors of #dab136

#dab136

Complementary Color

#dab136 #365fda

#dab136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab136 Color CSS Codes

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

#dab136 Text Font Color

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

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


#dab136 Background Color

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

This div background color is #dab136


#dab136 Border Color

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

This div border color is #dab136


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab136


Comments

No comments written yet.

Please login to write comment.