Color Hex Logo

#dab18e Color Hex

#DAB18E
(218,177,142)
0 Favorites   0 Comments

Color spaces of #dab18e

RGB 218177142
HSL0.080.510.71
HSV28°35°85°
CMYK 0.000.190.35   0.15
XYZ49.518148.302732.3047
Yxy48.30270.38050.3712
Hunter Lab69.50015.554121.0912
CIE-Lab75.015510.018423.5305

#dab18e color RGB value is (218,177,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 10001110
Octal 332 261 216
Decimal 218 177 142
Hex DA B1 8E

RGB Percentages of Color #dab18e

%40.60
%32.96
%26.44

CMYK Percentages of Color #dab18e

%0
%19
%35
%15

Triadic Colors of #dab18e

#dab18e #8edab1 #b18eda

Analogous Colors of #dab18e

#dab18e #dad78e #da8e91

Monochromatic Colors of #dab18e

#dab18e

Complementary Color

#dab18e #8eb7da

#dab18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab18e Color CSS Codes

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

#dab18e Text Font Color

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

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


#dab18e Background Color

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

This div background color is #dab18e


#dab18e Border Color

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

This div border color is #dab18e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,177,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 #dab18e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab18e


Comments

No comments written yet.

Please login to write comment.