Color Hex Logo

#bdbf5a Color Hex

#BDBF5A
(189,191,90)
0 Favorites   0 Comments

Color spaces of #bdbf5a

RGB 18919190
HSL0.170.440.55
HSV61°53°75°
CMYK 0.010.000.53   0.25
XYZ41.462548.818616.9105
Yxy48.81860.38680.4554
Hunter Lab69.8703-16.347434.5594
CIE-Lab75.3383-14.493349.9749

#bdbf5a color RGB value is (189,191,90).

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

The process color (four color CMYK) of #bdbf5a color hex is 0.01, 0.00, 0.53, 0.25. Web safe color of #bdbf5a is #cccc66. Color #bdbf5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111111 01011010
Octal 275 277 132
Decimal 189 191 90
Hex BD BF 5A

RGB Percentages of Color #bdbf5a

%40.21
%40.64
%19.15

CMYK Percentages of Color #bdbf5a

%1
%0
%53
%25

Triadic Colors of #bdbf5a

#bdbf5a #5abdbf #bf5abd

Analogous Colors of #bdbf5a

#bdbf5a #8bbf5a #bf8f5a

Monochromatic Colors of #bdbf5a

#bdbf5a

Complementary Color

#bdbf5a #5c5abf

#bdbf5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbf5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbf5a Color CSS Codes

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

#bdbf5a Text Font Color

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

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


#bdbf5a Background Color

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

This div background color is #bdbf5a


#bdbf5a Border Color

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

This div border color is #bdbf5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbf5a


Comments

No comments written yet.

Please login to write comment.