Color Hex Logo

#bdb86a Color Hex

#BDB86A
(189,184,106)
0 Favorites   0 Comments

Color spaces of #bdb86a

RGB 189184106
HSL0.160.390.58
HSV56°44°74°
CMYK 0.000.030.44   0.26
XYZ40.728346.140420.3950
Yxy46.14040.37970.4302
Hunter Lab67.9267-11.844729.7469
CIE-Lab73.6365-9.409640.1128

#bdb86a color RGB value is (189,184,106).

#bdb86a hex color red value is 189, green value is 184 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bdb86a hue: 0.16 , saturation: 0.39 and the lightness value of bdb86a is 0.58.

The process color (four color CMYK) of #bdb86a color hex is 0.00, 0.03, 0.44, 0.26. Web safe color of #bdb86a is #cccc66. Color #bdb86a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111000 01101010
Octal 275 270 152
Decimal 189 184 106
Hex BD B8 6A

RGB Percentages of Color #bdb86a

%39.46
%38.41
%22.13

CMYK Percentages of Color #bdb86a

%0
%3
%44
%26

Triadic Colors of #bdb86a

#bdb86a #6abdb8 #b86abd

Analogous Colors of #bdb86a

#bdb86a #99bd6a #bd8f6a

Monochromatic Colors of #bdb86a

#bdb86a

Complementary Color

#bdb86a #6a6fbd

#bdb86a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb86a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb86a Color CSS Codes

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

#bdb86a Text Font Color

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

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


#bdb86a Background Color

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

This div background color is #bdb86a


#bdb86a Border Color

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

This div border color is #bdb86a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb86a


Comments

No comments written yet.

Please login to write comment.