Color Hex Logo

#bdb95e Color Hex

#BDB95E
(189,185,94)
0 Favorites   0 Comments

Color spaces of #bdb95e

RGB 18918594
HSL0.160.420.55
HSV57°50°74°
CMYK 0.000.020.50   0.26
XYZ40.355646.324917.4043
Yxy46.32490.38770.4451
Hunter Lab68.0624-13.272932.4826
CIE-Lab73.7559-11.077246.2101

#bdb95e color RGB value is (189,185,94).

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

The process color (four color CMYK) of #bdb95e color hex is 0.00, 0.02, 0.50, 0.26. Web safe color of #bdb95e is #cccc66. Color #bdb95e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111001 01011110
Octal 275 271 136
Decimal 189 185 94
Hex BD B9 5E

RGB Percentages of Color #bdb95e

%40.38
%39.53
%20.09

CMYK Percentages of Color #bdb95e

%0
%2
%50
%26

Triadic Colors of #bdb95e

#bdb95e #5ebdb9 #b95ebd

Analogous Colors of #bdb95e

#bdb95e #92bd5e #bd8a5e

Monochromatic Colors of #bdb95e

#bdb95e

Complementary Color

#bdb95e #5e62bd

#bdb95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb95e Color CSS Codes

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

#bdb95e Text Font Color

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

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


#bdb95e Background Color

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

This div background color is #bdb95e


#bdb95e Border Color

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

This div border color is #bdb95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb95e


Comments

No comments written yet.

Please login to write comment.