Color Hex Logo

#bdb05e Color Hex

#BDB05E
(189,176,94)
0 Favorites   0 Comments

Color spaces of #bdb05e

RGB 18917694
HSL0.140.420.55
HSV52°50°74°
CMYK 0.000.070.50   0.26
XYZ38.532042.677616.7964
Yxy42.67760.39320.4355
Hunter Lab65.3281-9.040830.4857
CIE-Lab71.3356-6.393243.3159

#bdb05e color RGB value is (189,176,94).

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

The process color (four color CMYK) of #bdb05e color hex is 0.00, 0.07, 0.50, 0.26. Web safe color of #bdb05e is #cc9966. Color #bdb05e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110000 01011110
Octal 275 260 136
Decimal 189 176 94
Hex BD B0 5E

RGB Percentages of Color #bdb05e

%41.18
%38.34
%20.48

CMYK Percentages of Color #bdb05e

%0
%7
%50
%26

Triadic Colors of #bdb05e

#bdb05e #5ebdb0 #b05ebd

Analogous Colors of #bdb05e

#bdb05e #9bbd5e #bd815e

Monochromatic Colors of #bdb05e

#bdb05e

Complementary Color

#bdb05e #5e6bbd

#bdb05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb05e Color CSS Codes

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

#bdb05e Text Font Color

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

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


#bdb05e Background Color

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

This div background color is #bdb05e


#bdb05e Border Color

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

This div border color is #bdb05e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb05e


Comments

No comments written yet.

Please login to write comment.