Color Hex Logo

#dab146 Color Hex

#DAB146
(218,177,70)
0 Favorites   0 Comments

Color spaces of #dab146

RGB 21817770
HSL0.120.670.56
HSV43°68°85°
CMYK 0.000.190.68   0.15
XYZ45.741146.791912.4153
Yxy46.79190.43580.4459
Hunter Lab68.4046-0.347937.1222
CIE-Lab74.05653.651158.2867

#dab146 color RGB value is (218,177,70).

#dab146 hex color red value is 218, green value is 177 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #dab146 hue: 0.12 , saturation: 0.67 and the lightness value of dab146 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 01000110
Octal 332 261 106
Decimal 218 177 70
Hex DA B1 46

RGB Percentages of Color #dab146

%46.88
%38.06
%15.05

CMYK Percentages of Color #dab146

%0
%19
%68
%15

Triadic Colors of #dab146

#dab146 #46dab1 #b146da

Analogous Colors of #dab146

#dab146 #b9da46 #da6746

Monochromatic Colors of #dab146

#dab146

Complementary Color

#dab146 #466fda

#dab146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab146 Color CSS Codes

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

#dab146 Text Font Color

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

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


#dab146 Background Color

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

This div background color is #dab146


#dab146 Border Color

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

This div border color is #dab146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab146


Comments

No comments written yet.

Please login to write comment.