Color Hex Logo

#dab67b Color Hex

#DAB67B
(218,182,123)
0 Favorites   0 Comments

Color spaces of #dab67b

RGB 218182123
HSL0.100.560.67
HSV37°44°85°
CMYK 0.000.170.44   0.15
XYZ49.216549.791425.7556
Yxy49.79140.39450.3991
Hunter Lab70.56301.015427.7532
CIE-Lab75.94105.210334.8293

#dab67b color RGB value is (218,182,123).

#dab67b hex color red value is 218, green value is 182 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dab67b hue: 0.10 , saturation: 0.56 and the lightness value of dab67b is 0.67.

The process color (four color CMYK) of #dab67b color hex is 0.00, 0.17, 0.44, 0.15. Web safe color of #dab67b is #cccc66. Color #dab67b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110110 01111011
Octal 332 266 173
Decimal 218 182 123
Hex DA B6 7B

RGB Percentages of Color #dab67b

%41.68
%34.80
%23.52

CMYK Percentages of Color #dab67b

%0
%17
%44
%15

Triadic Colors of #dab67b

#dab67b #7bdab6 #b67bda

Analogous Colors of #dab67b

#dab67b #cfda7b #da877b

Monochromatic Colors of #dab67b

#dab67b

Complementary Color

#dab67b #7b9fda

#dab67b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab67b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab67b Color CSS Codes

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

#dab67b Text Font Color

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

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


#dab67b Background Color

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

This div background color is #dab67b


#dab67b Border Color

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

This div border color is #dab67b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab67b


Comments

No comments written yet.

Please login to write comment.