Color Hex Logo

#bdb13b Color Hex

#BDB13B
(189,177,59)
0 Favorites   0 Comments

Color spaces of #bdb13b

RGB 18917759
HSL0.150.520.49
HSV54°69°74°
CMYK 0.000.060.69   0.26
XYZ37.497842.578910.3799
Yxy42.57890.41450.4707
Hunter Lab65.2525-11.615636.2453
CIE-Lab71.2682-9.443659.0986

#bdb13b color RGB value is (189,177,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110001 00111011
Octal 275 261 73
Decimal 189 177 59
Hex BD B1 3B

RGB Percentages of Color #bdb13b

%44.47
%41.65
%13.88

CMYK Percentages of Color #bdb13b

%0
%6
%69
%26

Triadic Colors of #bdb13b

#bdb13b #3bbdb1 #b13bbd

Analogous Colors of #bdb13b

#bdb13b #88bd3b #bd703b

Monochromatic Colors of #bdb13b

#bdb13b

Complementary Color

#bdb13b #3b47bd

#bdb13b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb13b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb13b Color CSS Codes

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

#bdb13b Text Font Color

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

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


#bdb13b Background Color

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

This div background color is #bdb13b


#bdb13b Border Color

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

This div border color is #bdb13b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb13b


Comments

No comments written yet.

Please login to write comment.