Color Hex Logo

#bdb81d Color Hex

#BDB81D
(189,184,29)
0 Favorites   0 Comments

Color spaces of #bdb81d

RGB 18918429
HSL0.160.730.43
HSV58°85°74°
CMYK 0.000.030.85   0.26
XYZ38.348545.18857.8635
Yxy45.18850.41960.4944
Hunter Lab67.2224-15.809940.1201
CIE-Lab73.0158-14.223970.1877

#bdb81d color RGB value is (189,184,29).

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

The process color (four color CMYK) of #bdb81d color hex is 0.00, 0.03, 0.85, 0.26. Web safe color of #bdb81d is #cccc33. Color #bdb81d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111000 00011101
Octal 275 270 35
Decimal 189 184 29
Hex BD B8 1D

RGB Percentages of Color #bdb81d

%47.01
%45.77
%7.21

CMYK Percentages of Color #bdb81d

%0
%3
%85
%26

Triadic Colors of #bdb81d

#bdb81d #1dbdb8 #b81dbd

Analogous Colors of #bdb81d

#bdb81d #72bd1d #bd681d

Monochromatic Colors of #bdb81d

#bdb81d

Complementary Color

#bdb81d #1d22bd

#bdb81d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb81d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb81d Color CSS Codes

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

#bdb81d Text Font Color

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

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


#bdb81d Background Color

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

This div background color is #bdb81d


#bdb81d Border Color

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

This div border color is #bdb81d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,184,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 #bdb81d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb81d


Comments

No comments written yet.

Please login to write comment.