Color Hex Logo

#dab57b Color Hex

#DAB57B
(218,181,123)
0 Favorites   0 Comments

Color spaces of #dab57b

RGB 218181123
HSL0.100.560.67
HSV37°44°85°
CMYK 0.000.170.44   0.15
XYZ49.012549.383225.6876
Yxy49.38320.39500.3980
Hunter Lab70.27321.518027.5184
CIE-Lab75.68915.740734.5038

#dab57b color RGB value is (218,181,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110101 01111011
Octal 332 265 173
Decimal 218 181 123
Hex DA B5 7B

RGB Percentages of Color #dab57b

%41.76
%34.67
%23.56

CMYK Percentages of Color #dab57b

%0
%17
%44
%15

Triadic Colors of #dab57b

#dab57b #7bdab5 #b57bda

Analogous Colors of #dab57b

#dab57b #d0da7b #da867b

Monochromatic Colors of #dab57b

#dab57b

Complementary Color

#dab57b #7ba0da

#dab57b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab57b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab57b Color CSS Codes

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

#dab57b Text Font Color

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

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


#dab57b Background Color

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

This div background color is #dab57b


#dab57b Border Color

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

This div border color is #dab57b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab57b


Comments

No comments written yet.

Please login to write comment.