Color Hex Logo

#dab37b Color Hex

#DAB37B
(218,179,123)
0 Favorites   0 Comments

Color spaces of #dab37b

RGB 218179123
HSL0.100.560.67
HSV35°44°85°
CMYK 0.000.180.44   0.15
XYZ48.608748.575725.5530
Yxy48.57570.39600.3958
Hunter Lab69.69632.523927.0497
CIE-Lab75.18666.802633.8537

#dab37b color RGB value is (218,179,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110011 01111011
Octal 332 263 173
Decimal 218 179 123
Hex DA B3 7B

RGB Percentages of Color #dab37b

%41.92
%34.42
%23.65

CMYK Percentages of Color #dab37b

%0
%18
%44
%15

Triadic Colors of #dab37b

#dab37b #7bdab3 #b37bda

Analogous Colors of #dab37b

#dab37b #d2da7b #da847b

Monochromatic Colors of #dab37b

#dab37b

Complementary Color

#dab37b #7ba2da

#dab37b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab37b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab37b Color CSS Codes

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

#dab37b Text Font Color

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

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


#dab37b Background Color

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

This div background color is #dab37b


#dab37b Border Color

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

This div border color is #dab37b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab37b


Comments

No comments written yet.

Please login to write comment.