Color Hex Logo

#dab38e Color Hex

#DAB38E
(218,179,142)
0 Favorites   0 Comments

Color spaces of #dab38e

RGB 218179142
HSL0.080.510.71
HSV29°35°85°
CMYK 0.000.180.35   0.15
XYZ49.916049.098632.4373
Yxy49.09860.37970.3735
Hunter Lab70.07044.534721.6025
CIE-Lab75.51268.950224.2055

#dab38e color RGB value is (218,179,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110011 10001110
Octal 332 263 216
Decimal 218 179 142
Hex DA B3 8E

RGB Percentages of Color #dab38e

%40.45
%33.21
%26.35

CMYK Percentages of Color #dab38e

%0
%18
%35
%15

Triadic Colors of #dab38e

#dab38e #8edab3 #b38eda

Analogous Colors of #dab38e

#dab38e #dad98e #da8e8f

Monochromatic Colors of #dab38e

#dab38e

Complementary Color

#dab38e #8eb5da

#dab38e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab38e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab38e Color CSS Codes

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

#dab38e Text Font Color

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

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


#dab38e Background Color

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

This div background color is #dab38e


#dab38e Border Color

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

This div border color is #dab38e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab38e


Comments

No comments written yet.

Please login to write comment.