Color Hex Logo

#dab38d Color Hex

#DAB38D
(218,179,141)
0 Favorites   0 Comments

Color spaces of #dab38d

RGB 218179141
HSL0.080.510.70
HSV30°35°85°
CMYK 0.000.180.35   0.15
XYZ49.841349.068732.0436
Yxy49.06870.38060.3747
Hunter Lab70.04914.420521.9124
CIE-Lab75.49408.828924.7161

#dab38d color RGB value is (218,179,141).

#dab38d hex color red value is 218, green value is 179 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dab38d hue: 0.08 , saturation: 0.51 and the lightness value of dab38d is 0.70.

The process color (four color CMYK) of #dab38d color hex is 0.00, 0.18, 0.35, 0.15. Web safe color of #dab38d is #cccc99. Color #dab38d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110011 10001101
Octal 332 263 215
Decimal 218 179 141
Hex DA B3 8D

RGB Percentages of Color #dab38d

%40.52
%33.27
%26.21

CMYK Percentages of Color #dab38d

%0
%18
%35
%15

Triadic Colors of #dab38d

#dab38d #8ddab3 #b38dda

Analogous Colors of #dab38d

#dab38d #dada8d #da8d8e

Monochromatic Colors of #dab38d

#dab38d

Complementary Color

#dab38d #8db4da

#dab38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab38d Color CSS Codes

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

#dab38d Text Font Color

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

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


#dab38d Background Color

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

This div background color is #dab38d


#dab38d Border Color

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

This div border color is #dab38d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab38d


Comments

No comments written yet.

Please login to write comment.