Color Hex Logo

#dab29d Color Hex

#DAB29D
(218,178,157)
0 Favorites   0 Comments

Color spaces of #dab29d

RGB 218178157
HSL0.060.450.74
HSV21°28°85°
CMYK 0.000.180.28   0.15
XYZ50.919649.180538.7073
Yxy49.18050.36680.3543
Hunter Lab70.12886.881116.3653
CIE-Lab75.563511.416616.1884

#dab29d color RGB value is (218,178,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 10011101
Octal 332 262 235
Decimal 218 178 157
Hex DA B2 9D

RGB Percentages of Color #dab29d

%39.42
%32.19
%28.39

CMYK Percentages of Color #dab29d

%0
%18
%28
%15

Triadic Colors of #dab29d

#dab29d #9ddab2 #b29dda

Analogous Colors of #dab29d

#dab29d #dad19d #da9da7

Monochromatic Colors of #dab29d

#dab29d

Complementary Color

#dab29d #9dc5da

#dab29d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab29d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab29d Color CSS Codes

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

#dab29d Text Font Color

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

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


#dab29d Background Color

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

This div background color is #dab29d


#dab29d Border Color

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

This div border color is #dab29d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab29d


Comments

No comments written yet.

Please login to write comment.