Color Hex Logo

#bdb565 Color Hex

#BDB565
(189,181,101)
0 Favorites   0 Comments

Color spaces of #bdb565

RGB 189181101
HSL0.150.400.57
HSV55°47°74°
CMYK 0.000.040.47   0.26
XYZ39.859144.806118.8596
Yxy44.80610.38500.4328
Hunter Lab66.9374-10.849230.1512
CIE-Lab72.7640-8.349741.5553

#bdb565 color RGB value is (189,181,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110101 01100101
Octal 275 265 145
Decimal 189 181 101
Hex BD B5 65

RGB Percentages of Color #bdb565

%40.13
%38.43
%21.44

CMYK Percentages of Color #bdb565

%0
%4
%47
%26

Triadic Colors of #bdb565

#bdb565 #65bdb5 #b565bd

Analogous Colors of #bdb565

#bdb565 #99bd65 #bd8965

Monochromatic Colors of #bdb565

#bdb565

Complementary Color

#bdb565 #656dbd

#bdb565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb565 Color CSS Codes

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

#bdb565 Text Font Color

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

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


#bdb565 Background Color

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

This div background color is #bdb565


#bdb565 Border Color

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

This div border color is #bdb565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb565


Comments

No comments written yet.

Please login to write comment.