Color Hex Logo

#bdbf3b Color Hex

#BDBF3B
(189,191,59)
0 Favorites   0 Comments

Color spaces of #bdbf3b

RGB 18919159
HSL0.170.530.49
HSV61°69°75°
CMYK 0.010.000.69   0.25
XYZ40.406548.396211.3494
Yxy48.39620.40350.4832
Hunter Lab69.5674-18.065639.0244
CIE-Lab75.0741-16.601562.9003

#bdbf3b color RGB value is (189,191,59).

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

The process color (four color CMYK) of #bdbf3b color hex is 0.01, 0.00, 0.69, 0.25. Web safe color of #bdbf3b is #cccc33. Color #bdbf3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111111 00111011
Octal 275 277 73
Decimal 189 191 59
Hex BD BF 3B

RGB Percentages of Color #bdbf3b

%43.05
%43.51
%13.44

CMYK Percentages of Color #bdbf3b

%1
%0
%69
%25

Triadic Colors of #bdbf3b

#bdbf3b #3bbdbf #bf3bbd

Analogous Colors of #bdbf3b

#bdbf3b #7bbf3b #bf7f3b

Monochromatic Colors of #bdbf3b

#bdbf3b

Complementary Color

#bdbf3b #3d3bbf

#bdbf3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbf3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbf3b Color CSS Codes

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

#bdbf3b Text Font Color

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

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


#bdbf3b Background Color

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

This div background color is #bdbf3b


#bdbf3b Border Color

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

This div border color is #bdbf3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbf3b


Comments

No comments written yet.

Please login to write comment.