Color Hex Logo

#bdb069 Color Hex

#BDB069
(189,176,105)
0 Favorites   0 Comments

Color spaces of #bdb069

RGB 189176105
HSL0.140.390.58
HSV51°44°74°
CMYK 0.000.070.44   0.26
XYZ39.061442.889419.5843
Yxy42.88940.38470.4224
Hunter Lab65.4900-8.141528.1128
CIE-Lab71.4798-5.327837.9311

#bdb069 color RGB value is (189,176,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110000 01101001
Octal 275 260 151
Decimal 189 176 105
Hex BD B0 69

RGB Percentages of Color #bdb069

%40.21
%37.45
%22.34

CMYK Percentages of Color #bdb069

%0
%7
%44
%26

Triadic Colors of #bdb069

#bdb069 #69bdb0 #b069bd

Analogous Colors of #bdb069

#bdb069 #a0bd69 #bd8669

Monochromatic Colors of #bdb069

#bdb069

Complementary Color

#bdb069 #6976bd

#bdb069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb069 Color CSS Codes

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

#bdb069 Text Font Color

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

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


#bdb069 Background Color

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

This div background color is #bdb069


#bdb069 Border Color

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

This div border color is #bdb069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb069


Comments

No comments written yet.

Please login to write comment.