Color Hex Logo

#dab29c Color Hex

#DAB29C
(218,178,156)
0 Favorites   0 Comments

Color spaces of #dab29c

RGB 218178156
HSL0.060.460.73
HSV21°28°85°
CMYK 0.000.180.28   0.15
XYZ50.834649.146538.2594
Yxy49.14650.36770.3555
Hunter Lab70.10466.751916.7158
CIE-Lab75.542411.281516.7006

#dab29c color RGB value is (218,178,156).

#dab29c hex color red value is 218, green value is 178 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dab29c hue: 0.06 , saturation: 0.46 and the lightness value of dab29c is 0.73.

The process color (four color CMYK) of #dab29c color hex is 0.00, 0.18, 0.28, 0.15. Web safe color of #dab29c is #cc9999. Color #dab29c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 10011100
Octal 332 262 234
Decimal 218 178 156
Hex DA B2 9C

RGB Percentages of Color #dab29c

%39.49
%32.25
%28.26

CMYK Percentages of Color #dab29c

%0
%18
%28
%15

Triadic Colors of #dab29c

#dab29c #9cdab2 #b29cda

Analogous Colors of #dab29c

#dab29c #dad19c #da9ca5

Monochromatic Colors of #dab29c

#dab29c

Complementary Color

#dab29c #9cc4da

#dab29c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab29c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab29c Color CSS Codes

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

#dab29c Text Font Color

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

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


#dab29c Background Color

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

This div background color is #dab29c


#dab29c Border Color

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

This div border color is #dab29c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab29c


Comments

No comments written yet.

Please login to write comment.