Color Hex Logo

#dab68f Color Hex

#DAB68F
(218,182,143)
0 Favorites   0 Comments

Color spaces of #dab68f

RGB 218182143
HSL0.090.500.71
HSV31°34°85°
CMYK 0.000.170.34   0.15
XYZ50.599350.344533.0372
Yxy50.34450.37770.3758
Hunter Lab70.95393.124422.0614
CIE-Lab76.28027.473924.7105

#dab68f color RGB value is (218,182,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110110 10001111
Octal 332 266 217
Decimal 218 182 143
Hex DA B6 8F

RGB Percentages of Color #dab68f

%40.15
%33.52
%26.34

CMYK Percentages of Color #dab68f

%0
%17
%34
%15

Triadic Colors of #dab68f

#dab68f #8fdab6 #b68fda

Analogous Colors of #dab68f

#dab68f #d9da8f #da918f

Monochromatic Colors of #dab68f

#dab68f

Complementary Color

#dab68f #8fb3da

#dab68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab68f Color CSS Codes

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

#dab68f Text Font Color

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

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


#dab68f Background Color

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

This div background color is #dab68f


#dab68f Border Color

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

This div border color is #dab68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab68f


Comments

No comments written yet.

Please login to write comment.