Color Hex Logo

#bda16f Color Hex

#BDA16F
(189,161,111)
0 Favorites   0 Comments

Color spaces of #bda16f

RGB 189161111
HSL0.110.370.59
HSV38°41°74°
CMYK 0.000.150.41   0.26
XYZ36.600437.456320.3397
Yxy37.45630.38770.3968
Hunter Lab61.2016-0.354323.1367
CIE-Lab67.61803.341229.8395

#bda16f color RGB value is (189,161,111).

#bda16f hex color red value is 189, green value is 161 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bda16f hue: 0.11 , saturation: 0.37 and the lightness value of bda16f is 0.59.

The process color (four color CMYK) of #bda16f color hex is 0.00, 0.15, 0.41, 0.26. Web safe color of #bda16f is #cc9966. Color #bda16f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100001 01101111
Octal 275 241 157
Decimal 189 161 111
Hex BD A1 6F

RGB Percentages of Color #bda16f

%41.00
%34.92
%24.08

CMYK Percentages of Color #bda16f

%0
%15
%41
%26

Triadic Colors of #bda16f

#bda16f #6fbda1 #a16fbd

Analogous Colors of #bda16f

#bda16f #b2bd6f #bd7a6f

Monochromatic Colors of #bda16f

#bda16f

Complementary Color

#bda16f #6f8bbd

#bda16f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda16f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda16f Color CSS Codes

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

#bda16f Text Font Color

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

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


#bda16f Background Color

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

This div background color is #bda16f


#bda16f Border Color

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

This div border color is #bda16f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,161,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bda16f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bda16f;
  -webkit-box-shadow: 1px 1px 3px 2px #bda16f;
  box-shadow:         1px 1px 3px 2px #bda16f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,161,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda16f


Comments

No comments written yet.

Please login to write comment.