Color Hex Logo

#dab08e Color Hex

#DAB08E
(218,176,142)
0 Favorites   0 Comments

Color spaces of #dab08e

RGB 218176142
HSL0.070.510.71
HSV27°35°85°
CMYK 0.000.190.35   0.15
XYZ49.321347.909132.2391
Yxy47.90910.38090.3700
Hunter Lab69.21646.064520.8358
CIE-Lab74.767610.553223.1935

#dab08e color RGB value is (218,176,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 10001110
Octal 332 260 216
Decimal 218 176 142
Hex DA B0 8E

RGB Percentages of Color #dab08e

%40.67
%32.84
%26.49

CMYK Percentages of Color #dab08e

%0
%19
%35
%15

Triadic Colors of #dab08e

#dab08e #8edab0 #b08eda

Analogous Colors of #dab08e

#dab08e #dad68e #da8e92

Monochromatic Colors of #dab08e

#dab08e

Complementary Color

#dab08e #8eb8da

#dab08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab08e Color CSS Codes

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

#dab08e Text Font Color

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

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


#dab08e Background Color

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

This div background color is #dab08e


#dab08e Border Color

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

This div border color is #dab08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab08e


Comments

No comments written yet.

Please login to write comment.