Color Hex Logo

#bdab3d Color Hex

#BDAB3D
(189,171,61)
0 Favorites   0 Comments

Color spaces of #bdab3d

RGB 18917161
HSL0.140.510.49
HSV52°68°74°
CMYK 0.000.100.68   0.26
XYZ36.391540.281610.2720
Yxy40.28160.41860.4633
Hunter Lab63.4678-8.719334.8316
CIE-Lab69.6696-6.195556.6601

#bdab3d color RGB value is (189,171,61).

#bdab3d hex color red value is 189, green value is 171 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bdab3d hue: 0.14 , saturation: 0.51 and the lightness value of bdab3d is 0.49.

The process color (four color CMYK) of #bdab3d color hex is 0.00, 0.10, 0.68, 0.26. Web safe color of #bdab3d is #cc9933. Color #bdab3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 00111101
Octal 275 253 75
Decimal 189 171 61
Hex BD AB 3D

RGB Percentages of Color #bdab3d

%44.89
%40.62
%14.49

CMYK Percentages of Color #bdab3d

%0
%10
%68
%26

Triadic Colors of #bdab3d

#bdab3d #3dbdab #ab3dbd

Analogous Colors of #bdab3d

#bdab3d #8fbd3d #bd6b3d

Monochromatic Colors of #bdab3d

#bdab3d

Complementary Color

#bdab3d #3d4fbd

#bdab3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdab3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdab3d Color CSS Codes

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

#bdab3d Text Font Color

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

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


#bdab3d Background Color

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

This div background color is #bdab3d


#bdab3d Border Color

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

This div border color is #bdab3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdab3d


Comments

No comments written yet.

Please login to write comment.