Color Hex Logo

#bdab6c Color Hex

#BDAB6C
(189,171,108)
0 Favorites   0 Comments

Color spaces of #bdab6c

RGB 189171108
HSL0.130.380.58
HSV47°43°74°
CMYK 0.000.100.43   0.26
XYZ38.255941.027320.0901
Yxy41.02730.38500.4129
Hunter Lab64.0526-5.481426.2405
CIE-Lab70.1950-2.363034.7523

#bdab6c color RGB value is (189,171,108).

#bdab6c hex color red value is 189, green value is 171 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #bdab6c hue: 0.13 , saturation: 0.38 and the lightness value of bdab6c is 0.58.

The process color (four color CMYK) of #bdab6c color hex is 0.00, 0.10, 0.43, 0.26. Web safe color of #bdab6c is #cc9966. Color #bdab6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 01101100
Octal 275 253 154
Decimal 189 171 108
Hex BD AB 6C

RGB Percentages of Color #bdab6c

%40.38
%36.54
%23.08

CMYK Percentages of Color #bdab6c

%0
%10
%43
%26

Triadic Colors of #bdab6c

#bdab6c #6cbdab #ab6cbd

Analogous Colors of #bdab6c

#bdab6c #a7bd6c #bd836c

Monochromatic Colors of #bdab6c

#bdab6c

Complementary Color

#bdab6c #6c7ebd

#bdab6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdab6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdab6c Color CSS Codes

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

#bdab6c Text Font Color

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

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


#bdab6c Background Color

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

This div background color is #bdab6c


#bdab6c Border Color

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

This div border color is #bdab6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdab6c


Comments

No comments written yet.

Please login to write comment.