Color Hex Logo

#bdb20b Color Hex

#BDB20B
(189,178,11)
0 Favorites   0 Comments

Color spaces of #bdb20b

RGB 18917811
HSL0.160.890.39
HSV56°94°74°
CMYK 0.000.060.94   0.26
XYZ36.967142.68386.6070
Yxy42.68380.42860.4948
Hunter Lab65.3328-13.332339.7371
CIE-Lab71.3398-11.490571.9940

#bdb20b color RGB value is (189,178,11).

#bdb20b hex color red value is 189, green value is 178 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bdb20b hue: 0.16 , saturation: 0.89 and the lightness value of bdb20b is 0.39.

The process color (four color CMYK) of #bdb20b color hex is 0.00, 0.06, 0.94, 0.26. Web safe color of #bdb20b is #cc9900. Color #bdb20b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110010 00001011
Octal 275 262 13
Decimal 189 178 11
Hex BD B2 B

RGB Percentages of Color #bdb20b

%50.00
%47.09
%2.91

CMYK Percentages of Color #bdb20b

%0
%6
%94
%26

Triadic Colors of #bdb20b

#bdb20b #0bbdb2 #b20bbd

Analogous Colors of #bdb20b

#bdb20b #6fbd0b #bd590b

Monochromatic Colors of #bdb20b

#bdb20b

Complementary Color

#bdb20b #0b16bd

#bdb20b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb20b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb20b Color CSS Codes

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

#bdb20b Text Font Color

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

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


#bdb20b Background Color

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

This div background color is #bdb20b


#bdb20b Border Color

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

This div border color is #bdb20b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb20b


Comments

No comments written yet.

Please login to write comment.