Color Hex Logo

#dab156 Color Hex

#DAB156
(218,177,86)
0 Favorites   0 Comments

Color spaces of #dab156

RGB 21817786
HSL0.110.640.60
HSV41°61°85°
CMYK 0.000.190.61   0.15
XYZ46.315347.021615.4391
Yxy47.02160.42580.4323
Hunter Lab68.57230.561534.6514
CIE-Lab74.20364.649751.2315

#dab156 color RGB value is (218,177,86).

#dab156 hex color red value is 218, green value is 177 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #dab156 hue: 0.11 , saturation: 0.64 and the lightness value of dab156 is 0.60.

The process color (four color CMYK) of #dab156 color hex is 0.00, 0.19, 0.61, 0.15. Web safe color of #dab156 is #cc9966. Color #dab156 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 01010110
Octal 332 261 126
Decimal 218 177 86
Hex DA B1 56

RGB Percentages of Color #dab156

%45.32
%36.80
%17.88

CMYK Percentages of Color #dab156

%0
%19
%61
%15

Triadic Colors of #dab156

#dab156 #56dab1 #b156da

Analogous Colors of #dab156

#dab156 #c1da56 #da6f56

Monochromatic Colors of #dab156

#dab156

Complementary Color

#dab156 #567fda

#dab156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab156 Color CSS Codes

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

#dab156 Text Font Color

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

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


#dab156 Background Color

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

This div background color is #dab156


#dab156 Border Color

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

This div border color is #dab156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab156


Comments

No comments written yet.

Please login to write comment.