Color Hex Logo

#dab182 Color Hex

#DAB182
(218,177,130)
0 Favorites   0 Comments

Color spaces of #dab182

RGB 218177130
HSL0.090.540.68
HSV32°40°85°
CMYK 0.000.190.40   0.15
XYZ48.664847.961427.8117
Yxy47.96140.39110.3854
Hunter Lab69.25424.236924.6677
CIE-Lab74.80068.620229.6554

#dab182 color RGB value is (218,177,130).

#dab182 hex color red value is 218, green value is 177 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #dab182 hue: 0.09 , saturation: 0.54 and the lightness value of dab182 is 0.68.

The process color (four color CMYK) of #dab182 color hex is 0.00, 0.19, 0.40, 0.15. Web safe color of #dab182 is #cc9999. Color #dab182 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 10000010
Octal 332 261 202
Decimal 218 177 130
Hex DA B1 82

RGB Percentages of Color #dab182

%41.52
%33.71
%24.76

CMYK Percentages of Color #dab182

%0
%19
%40
%15

Triadic Colors of #dab182

#dab182 #82dab1 #b182da

Analogous Colors of #dab182

#dab182 #d7da82 #da8582

Monochromatic Colors of #dab182

#dab182

Complementary Color

#dab182 #82abda

#dab182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab182 Color CSS Codes

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

#dab182 Text Font Color

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

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


#dab182 Background Color

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

This div background color is #dab182


#dab182 Border Color

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

This div border color is #dab182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab182


Comments

No comments written yet.

Please login to write comment.