Color Hex Logo

#dab68a Color Hex

#DAB68A
(218,182,138)
0 Favorites   0 Comments

Color spaces of #dab68a

RGB 218182138
HSL0.090.520.70
HSV33°37°85°
CMYK 0.000.170.37   0.15
XYZ50.228850.196331.0863
Yxy50.19630.38190.3817
Hunter Lab70.84932.561623.5801
CIE-Lab76.18966.873127.2535

#dab68a color RGB value is (218,182,138).

#dab68a hex color red value is 218, green value is 182 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dab68a hue: 0.09 , saturation: 0.52 and the lightness value of dab68a is 0.70.

The process color (four color CMYK) of #dab68a color hex is 0.00, 0.17, 0.37, 0.15. Web safe color of #dab68a is #cccc99. Color #dab68a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110110 10001010
Octal 332 266 212
Decimal 218 182 138
Hex DA B6 8A

RGB Percentages of Color #dab68a

%40.52
%33.83
%25.65

CMYK Percentages of Color #dab68a

%0
%17
%37
%15

Triadic Colors of #dab68a

#dab68a #8adab6 #b68ada

Analogous Colors of #dab68a

#dab68a #d6da8a #da8e8a

Monochromatic Colors of #dab68a

#dab68a

Complementary Color

#dab68a #8aaeda

#dab68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab68a Color CSS Codes

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

#dab68a Text Font Color

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

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


#dab68a Background Color

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

This div background color is #dab68a


#dab68a Border Color

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

This div border color is #dab68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab68a


Comments

No comments written yet.

Please login to write comment.