Color Hex Logo

#dab86b Color Hex

#DAB86B
(218,184,107)
0 Favorites   0 Comments

Color spaces of #dab86b

RGB 218184107
HSL0.120.600.64
HSV42°51°85°
CMYK 0.000.160.51   0.15
XYZ48.707850.247921.0416
Yxy50.24790.40590.4187
Hunter Lab70.8858-1.397232.0205
CIE-Lab76.22122.614843.3723

#dab86b color RGB value is (218,184,107).

#dab86b hex color red value is 218, green value is 184 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dab86b hue: 0.12 , saturation: 0.60 and the lightness value of dab86b is 0.64.

The process color (four color CMYK) of #dab86b color hex is 0.00, 0.16, 0.51, 0.15. Web safe color of #dab86b is #cccc66. Color #dab86b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111000 01101011
Octal 332 270 153
Decimal 218 184 107
Hex DA B8 6B

RGB Percentages of Color #dab86b

%42.83
%36.15
%21.02

CMYK Percentages of Color #dab86b

%0
%16
%51
%15

Triadic Colors of #dab86b

#dab86b #6bdab8 #b86bda

Analogous Colors of #dab86b

#dab86b #c5da6b #da816b

Monochromatic Colors of #dab86b

#dab86b

Complementary Color

#dab86b #6b8dda

#dab86b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab86b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab86b Color CSS Codes

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

#dab86b Text Font Color

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

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


#dab86b Background Color

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

This div background color is #dab86b


#dab86b Border Color

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

This div border color is #dab86b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab86b


Comments

No comments written yet.

Please login to write comment.