Color Hex Logo

#dab17b Color Hex

#DAB17B
(218,177,123)
0 Favorites   0 Comments

Color spaces of #dab17b

RGB 218177123
HSL0.090.560.67
HSV34°44°85°
CMYK 0.000.190.44   0.15
XYZ48.210747.779825.4203
Yxy47.77980.39710.3935
Hunter Lab69.12293.532026.5819
CIE-Lab74.68587.866833.2042

#dab17b color RGB value is (218,177,123).

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

The process color (four color CMYK) of #dab17b color hex is 0.00, 0.19, 0.44, 0.15. Web safe color of #dab17b is #cc9966. Color #dab17b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 01111011
Octal 332 261 173
Decimal 218 177 123
Hex DA B1 7B

RGB Percentages of Color #dab17b

%42.08
%34.17
%23.75

CMYK Percentages of Color #dab17b

%0
%19
%44
%15

Triadic Colors of #dab17b

#dab17b #7bdab1 #b17bda

Analogous Colors of #dab17b

#dab17b #d4da7b #da827b

Monochromatic Colors of #dab17b

#dab17b

Complementary Color

#dab17b #7ba4da

#dab17b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab17b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab17b Color CSS Codes

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

#dab17b Text Font Color

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

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


#dab17b Background Color

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

This div background color is #dab17b


#dab17b Border Color

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

This div border color is #dab17b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab17b


Comments

No comments written yet.

Please login to write comment.