Color Hex Logo

#bdb538 Color Hex

#BDB538
(189,181,56)
0 Favorites   0 Comments

Color spaces of #bdb538

RGB 18918156
HSL0.160.540.48
HSV56°70°74°
CMYK 0.000.040.70   0.26
XYZ38.223944.152110.2490
Yxy44.15210.41270.4767
Hunter Lab66.4470-13.599637.3679
CIE-Lab72.3300-11.668561.3150

#bdb538 color RGB value is (189,181,56).

#bdb538 hex color red value is 189, green value is 181 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #bdb538 hue: 0.16 , saturation: 0.54 and the lightness value of bdb538 is 0.48.

The process color (four color CMYK) of #bdb538 color hex is 0.00, 0.04, 0.70, 0.26. Web safe color of #bdb538 is #cccc33. Color #bdb538 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110101 00111000
Octal 275 265 70
Decimal 189 181 56
Hex BD B5 38

RGB Percentages of Color #bdb538

%44.37
%42.49
%13.15

CMYK Percentages of Color #bdb538

%0
%4
%70
%26

Triadic Colors of #bdb538

#bdb538 #38bdb5 #b538bd

Analogous Colors of #bdb538

#bdb538 #83bd38 #bd7338

Monochromatic Colors of #bdb538

#bdb538

Complementary Color

#bdb538 #3840bd

#bdb538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb538 Color CSS Codes

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

#bdb538 Text Font Color

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

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


#bdb538 Background Color

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

This div background color is #bdb538


#bdb538 Border Color

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

This div border color is #bdb538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb538


Comments

No comments written yet.

Please login to write comment.