Color Hex Logo

#bdb06a Color Hex

#BDB06A
(189,176,106)
0 Favorites   0 Comments

Color spaces of #bdb06a

RGB 189176106
HSL0.140.390.58
HSV51°44°74°
CMYK 0.000.070.44   0.26
XYZ39.113142.910119.8567
Yxy42.91010.38390.4212
Hunter Lab65.5058-8.053927.8815
CIE-Lab71.4939-5.224637.4344

#bdb06a color RGB value is (189,176,106).

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

The process color (four color CMYK) of #bdb06a color hex is 0.00, 0.07, 0.44, 0.26. Web safe color of #bdb06a is #cc9966. Color #bdb06a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110000 01101010
Octal 275 260 152
Decimal 189 176 106
Hex BD B0 6A

RGB Percentages of Color #bdb06a

%40.13
%37.37
%22.51

CMYK Percentages of Color #bdb06a

%0
%7
%44
%26

Triadic Colors of #bdb06a

#bdb06a #6abdb0 #b06abd

Analogous Colors of #bdb06a

#bdb06a #a1bd6a #bd876a

Monochromatic Colors of #bdb06a

#bdb06a

Complementary Color

#bdb06a #6a77bd

#bdb06a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb06a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb06a Color CSS Codes

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

#bdb06a Text Font Color

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

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


#bdb06a Background Color

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

This div background color is #bdb06a


#bdb06a Border Color

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

This div border color is #bdb06a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb06a


Comments

No comments written yet.

Please login to write comment.