Color Hex Logo

#bdb508 Color Hex

#BDB508
(189,181,8)
0 Favorites   0 Comments

Color spaces of #bdb508

RGB 1891818
HSL0.160.920.39
HSV57°96°74°
CMYK 0.000.040.96   0.26
XYZ37.554043.88416.7209
Yxy43.88410.42600.4978
Hunter Lab66.2451-14.738140.3563
CIE-Lab72.1510-13.065472.9434

#bdb508 color RGB value is (189,181,8).

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

The process color (four color CMYK) of #bdb508 color hex is 0.00, 0.04, 0.96, 0.26. Web safe color of #bdb508 is #cccc00. Color #bdb508 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110101 00001000
Octal 275 265 10
Decimal 189 181 8
Hex BD B5 8

RGB Percentages of Color #bdb508

%50.00
%47.88
%2.12

CMYK Percentages of Color #bdb508

%0
%4
%96
%26

Triadic Colors of #bdb508

#bdb508 #08bdb5 #b508bd

Analogous Colors of #bdb508

#bdb508 #6bbd08 #bd5b08

Monochromatic Colors of #bdb508

#bdb508

Complementary Color

#bdb508 #0810bd

#bdb508 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb508 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb508 Color CSS Codes

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

#bdb508 Text Font Color

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

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


#bdb508 Background Color

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

This div background color is #bdb508


#bdb508 Border Color

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

This div border color is #bdb508


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb508

#bdb508 Color Palettes


Comments

No comments written yet.

Please login to write comment.