Color Hex Logo

#bdbf1a Color Hex

#BDBF1A
(189,191,26)
0 Favorites   0 Comments

Color spaces of #bdbf1a

RGB 18919126
HSL0.170.760.43
HSV61°86°75°
CMYK 0.010.000.86   0.25
XYZ39.803548.15508.1743
Yxy48.15500.41400.5009
Hunter Lab69.3938-19.053641.5915
CIE-Lab74.9226-17.827972.3920

#bdbf1a color RGB value is (189,191,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111111 00011010
Octal 275 277 32
Decimal 189 191 26
Hex BD BF 1A

RGB Percentages of Color #bdbf1a

%46.55
%47.04
%6.40

CMYK Percentages of Color #bdbf1a

%1
%0
%86
%25

Triadic Colors of #bdbf1a

#bdbf1a #1abdbf #bf1abd

Analogous Colors of #bdbf1a

#bdbf1a #6bbf1a #bf6f1a

Monochromatic Colors of #bdbf1a

#bdbf1a

Complementary Color

#bdbf1a #1c1abf

#bdbf1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbf1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbf1a Color CSS Codes

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

#bdbf1a Text Font Color

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

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


#bdbf1a Background Color

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

This div background color is #bdbf1a


#bdbf1a Border Color

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

This div border color is #bdbf1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbf1a


Comments

No comments written yet.

Please login to write comment.