Color Hex Logo

#bdb81b Color Hex

#BDB81B
(189,184,27)
0 Favorites   0 Comments

Color spaces of #bdb81b

RGB 18918427
HSL0.160.750.42
HSV58°86°74°
CMYK 0.000.030.86   0.26
XYZ38.324645.17897.7374
Yxy45.17890.42000.4952
Hunter Lab67.2153-15.850140.2256
CIE-Lab73.0095-14.273570.6244

#bdb81b color RGB value is (189,184,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111000 00011011
Octal 275 270 33
Decimal 189 184 27
Hex BD B8 1B

RGB Percentages of Color #bdb81b

%47.25
%46.00
%6.75

CMYK Percentages of Color #bdb81b

%0
%3
%86
%26

Triadic Colors of #bdb81b

#bdb81b #1bbdb8 #b81bbd

Analogous Colors of #bdb81b

#bdb81b #71bd1b #bd671b

Monochromatic Colors of #bdb81b

#bdb81b

Complementary Color

#bdb81b #1b20bd

#bdb81b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb81b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb81b Color CSS Codes

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

#bdb81b Text Font Color

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

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


#bdb81b Background Color

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

This div background color is #bdb81b


#bdb81b Border Color

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

This div border color is #bdb81b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,184,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 #bdb81b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb81b


Comments

No comments written yet.

Please login to write comment.