Color Hex Logo

#bdb85d Color Hex

#BDB85D
(189,184,93)
0 Favorites   0 Comments

Color spaces of #bdb85d

RGB 18918493
HSL0.160.420.55
HSV57°51°74°
CMYK 0.000.030.51   0.26
XYZ40.102545.890117.1000
Yxy45.89010.38900.4451
Hunter Lab67.7422-12.879332.4531
CIE-Lab73.4742-10.650346.3607

#bdb85d color RGB value is (189,184,93).

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

The process color (four color CMYK) of #bdb85d color hex is 0.00, 0.03, 0.51, 0.26. Web safe color of #bdb85d is #cccc66. Color #bdb85d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111000 01011101
Octal 275 270 135
Decimal 189 184 93
Hex BD B8 5D

RGB Percentages of Color #bdb85d

%40.56
%39.48
%19.96

CMYK Percentages of Color #bdb85d

%0
%3
%51
%26

Triadic Colors of #bdb85d

#bdb85d #5dbdb8 #b85dbd

Analogous Colors of #bdb85d

#bdb85d #92bd5d #bd885d

Monochromatic Colors of #bdb85d

#bdb85d

Complementary Color

#bdb85d #5d62bd

#bdb85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb85d Color CSS Codes

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

#bdb85d Text Font Color

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

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


#bdb85d Background Color

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

This div background color is #bdb85d


#bdb85d Border Color

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

This div border color is #bdb85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb85d


Comments

No comments written yet.

Please login to write comment.