Color Hex Logo

#bdb91b Color Hex

#BDB91B
(189,185,27)
0 Favorites   0 Comments

Color spaces of #bdb91b

RGB 18918527
HSL0.160.750.42
HSV59°86°74°
CMYK 0.000.020.86   0.26
XYZ38.533145.59597.8069
Yxy45.59590.41910.4960
Hunter Lab67.5247-16.307040.4125
CIE-Lab73.2826-14.781770.8478

#bdb91b color RGB value is (189,185,27).

#bdb91b hex color red value is 189, green value is 185 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #bdb91b hue: 0.16 , saturation: 0.75 and the lightness value of bdb91b is 0.42.

The process color (four color CMYK) of #bdb91b color hex is 0.00, 0.02, 0.86, 0.26. Web safe color of #bdb91b is #cccc33. Color #bdb91b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111001 00011011
Octal 275 271 33
Decimal 189 185 27
Hex BD B9 1B

RGB Percentages of Color #bdb91b

%47.13
%46.13
%6.73

CMYK Percentages of Color #bdb91b

%0
%2
%86
%26

Triadic Colors of #bdb91b

#bdb91b #1bbdb9 #b91bbd

Analogous Colors of #bdb91b

#bdb91b #70bd1b #bd681b

Monochromatic Colors of #bdb91b

#bdb91b

Complementary Color

#bdb91b #1b1fbd

#bdb91b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb91b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb91b Color CSS Codes

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

#bdb91b Text Font Color

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

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


#bdb91b Background Color

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

This div background color is #bdb91b


#bdb91b Border Color

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

This div border color is #bdb91b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb91b


Comments

No comments written yet.

Please login to write comment.