Color Hex Logo

#bdb132 Color Hex

#BDB132
(189,177,50)
0 Favorites   0 Comments

Color spaces of #bdb132

RGB 18917750
HSL0.150.580.47
HSV55°74°74°
CMYK 0.000.060.74   0.26
XYZ37.284142.49349.2546
Yxy42.49340.41880.4773
Hunter Lab65.1870-11.983037.2135
CIE-Lab71.2098-9.889662.4265

#bdb132 color RGB value is (189,177,50).

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

The process color (four color CMYK) of #bdb132 color hex is 0.00, 0.06, 0.74, 0.26. Web safe color of #bdb132 is #cc9933. Color #bdb132 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110001 00110010
Octal 275 261 62
Decimal 189 177 50
Hex BD B1 32

RGB Percentages of Color #bdb132

%45.43
%42.55
%12.02

CMYK Percentages of Color #bdb132

%0
%6
%74
%26

Triadic Colors of #bdb132

#bdb132 #32bdb1 #b132bd

Analogous Colors of #bdb132

#bdb132 #84bd32 #bd6c32

Monochromatic Colors of #bdb132

#bdb132

Complementary Color

#bdb132 #323ebd

#bdb132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb132 Color CSS Codes

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

#bdb132 Text Font Color

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

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


#bdb132 Background Color

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

This div background color is #bdb132


#bdb132 Border Color

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

This div border color is #bdb132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb132


Comments

No comments written yet.

Please login to write comment.