Color Hex Logo

#bdb71b Color Hex

#BDB71B
(189,183,27)
0 Favorites   0 Comments

Color spaces of #bdb71b

RGB 18918327
HSL0.160.750.42
HSV58°86°74°
CMYK 0.000.030.86   0.26
XYZ38.117644.76497.6684
Yxy44.76490.42100.4944
Hunter Lab66.9066-15.392640.0392
CIE-Lab72.7368-13.764370.4012

#bdb71b color RGB value is (189,183,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110111 00011011
Octal 275 267 33
Decimal 189 183 27
Hex BD B7 1B

RGB Percentages of Color #bdb71b

%47.37
%45.86
%6.77

CMYK Percentages of Color #bdb71b

%0
%3
%86
%26

Triadic Colors of #bdb71b

#bdb71b #1bbdb7 #b71bbd

Analogous Colors of #bdb71b

#bdb71b #72bd1b #bd661b

Monochromatic Colors of #bdb71b

#bdb71b

Complementary Color

#bdb71b #1b21bd

#bdb71b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb71b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb71b Color CSS Codes

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

#bdb71b Text Font Color

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

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


#bdb71b Background Color

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

This div background color is #bdb71b


#bdb71b Border Color

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

This div border color is #bdb71b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb71b


Comments

No comments written yet.

Please login to write comment.