Color Hex Logo

#bdb12b Color Hex

#BDB12B
(189,177,43)
0 Favorites   0 Comments

Color spaces of #bdb12b

RGB 18917743
HSL0.150.630.45
HSV55°77°74°
CMYK 0.000.060.77   0.26
XYZ37.144542.43758.5190
Yxy42.43750.42160.4817
Hunter Lab65.1441-12.223237.8474
CIE-Lab71.1715-10.182164.7550

#bdb12b color RGB value is (189,177,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110001 00101011
Octal 275 261 53
Decimal 189 177 43
Hex BD B1 2B

RGB Percentages of Color #bdb12b

%46.21
%43.28
%10.51

CMYK Percentages of Color #bdb12b

%0
%6
%77
%26

Triadic Colors of #bdb12b

#bdb12b #2bbdb1 #b12bbd

Analogous Colors of #bdb12b

#bdb12b #80bd2b #bd682b

Monochromatic Colors of #bdb12b

#bdb12b

Complementary Color

#bdb12b #2b37bd

#bdb12b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb12b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb12b Color CSS Codes

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

#bdb12b Text Font Color

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

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


#bdb12b Background Color

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

This div background color is #bdb12b


#bdb12b Border Color

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

This div border color is #bdb12b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb12b


Comments

No comments written yet.

Please login to write comment.