Color Hex Logo

#bdb119 Color Hex

#BDB119
(189,177,25)
0 Favorites   0 Comments

Color spaces of #bdb119

RGB 18917725
HSL0.150.770.42
HSV56°87°74°
CMYK 0.000.060.87   0.26
XYZ36.883942.33337.1469
Yxy42.33330.42710.4902
Hunter Lab65.0640-12.672939.0322
CIE-Lab71.1001-10.731269.4957

#bdb119 color RGB value is (189,177,25).

#bdb119 hex color red value is 189, green value is 177 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #bdb119 hue: 0.15 , saturation: 0.77 and the lightness value of bdb119 is 0.42.

The process color (four color CMYK) of #bdb119 color hex is 0.00, 0.06, 0.87, 0.26. Web safe color of #bdb119 is #cc9900. Color #bdb119 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110001 00011001
Octal 275 261 31
Decimal 189 177 25
Hex BD B1 19

RGB Percentages of Color #bdb119

%48.34
%45.27
%6.39

CMYK Percentages of Color #bdb119

%0
%6
%87
%26

Triadic Colors of #bdb119

#bdb119 #19bdb1 #b119bd

Analogous Colors of #bdb119

#bdb119 #77bd19 #bd5f19

Monochromatic Colors of #bdb119

#bdb119

Complementary Color

#bdb119 #1925bd

#bdb119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb119 Color CSS Codes

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

#bdb119 Text Font Color

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

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


#bdb119 Background Color

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

This div background color is #bdb119


#bdb119 Border Color

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

This div border color is #bdb119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb119


Comments

No comments written yet.

Please login to write comment.