Color Hex Logo

#dab181 Color Hex

#DAB181
(218,177,129)
0 Favorites   0 Comments

Color spaces of #dab181

RGB 218177129
HSL0.090.550.68
HSV32°41°85°
CMYK 0.000.190.41   0.15
XYZ48.598047.934727.4598
Yxy47.93470.39190.3866
Hunter Lab69.23494.133324.9489
CIE-Lab74.78378.509830.1638

#dab181 color RGB value is (218,177,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 10000001
Octal 332 261 201
Decimal 218 177 129
Hex DA B1 81

RGB Percentages of Color #dab181

%41.60
%33.78
%24.62

CMYK Percentages of Color #dab181

%0
%19
%41
%15

Triadic Colors of #dab181

#dab181 #81dab1 #b181da

Analogous Colors of #dab181

#dab181 #d7da81 #da8581

Monochromatic Colors of #dab181

#dab181

Complementary Color

#dab181 #81aada

#dab181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab181 Color CSS Codes

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

#dab181 Text Font Color

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

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


#dab181 Background Color

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

This div background color is #dab181


#dab181 Border Color

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

This div border color is #dab181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab181


Comments

No comments written yet.

Please login to write comment.