Color Hex Logo

#bdb569 Color Hex

#BDB569
(189,181,105)
0 Favorites   0 Comments

Color spaces of #bdb569

RGB 189181105
HSL0.150.390.58
HSV54°44°74°
CMYK 0.000.040.44   0.26
XYZ40.059944.886519.9172
Yxy44.88650.38200.4280
Hunter Lab66.9974-10.514529.2722
CIE-Lab72.8171-7.951039.6006

#bdb569 color RGB value is (189,181,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110101 01101001
Octal 275 265 151
Decimal 189 181 105
Hex BD B5 69

RGB Percentages of Color #bdb569

%39.79
%38.11
%22.11

CMYK Percentages of Color #bdb569

%0
%4
%44
%26

Triadic Colors of #bdb569

#bdb569 #69bdb5 #b569bd

Analogous Colors of #bdb569

#bdb569 #9bbd69 #bd8b69

Monochromatic Colors of #bdb569

#bdb569

Complementary Color

#bdb569 #6971bd

#bdb569 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb569 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb569 Color CSS Codes

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

#bdb569 Text Font Color

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

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


#bdb569 Background Color

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

This div background color is #bdb569


#bdb569 Border Color

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

This div border color is #bdb569


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb569


Comments

No comments written yet.

Please login to write comment.