Color Hex Logo

#bdb01d Color Hex

#BDB01D
(189,176,29)
0 Favorites   0 Comments

Color spaces of #bdb01d

RGB 18917629
HSL0.150.730.43
HSV55°85°74°
CMYK 0.000.070.85   0.26
XYZ36.733441.95827.3251
Yxy41.95820.42700.4878
Hunter Lab64.7751-12.130838.6378
CIE-Lab70.8421-10.115868.3858

#bdb01d color RGB value is (189,176,29).

#bdb01d hex color red value is 189, green value is 176 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bdb01d hue: 0.15 , saturation: 0.73 and the lightness value of bdb01d is 0.43.

The process color (four color CMYK) of #bdb01d color hex is 0.00, 0.07, 0.85, 0.26. Web safe color of #bdb01d is #cc9933. Color #bdb01d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110000 00011101
Octal 275 260 35
Decimal 189 176 29
Hex BD B0 1D

RGB Percentages of Color #bdb01d

%47.97
%44.67
%7.36

CMYK Percentages of Color #bdb01d

%0
%7
%85
%26

Triadic Colors of #bdb01d

#bdb01d #1dbdb0 #b01dbd

Analogous Colors of #bdb01d

#bdb01d #7abd1d #bd601d

Monochromatic Colors of #bdb01d

#bdb01d

Complementary Color

#bdb01d #1d2abd

#bdb01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb01d Color CSS Codes

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

#bdb01d Text Font Color

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

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


#bdb01d Background Color

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

This div background color is #bdb01d


#bdb01d Border Color

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

This div border color is #bdb01d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb01d


Comments

No comments written yet.

Please login to write comment.