Color Hex Logo

#bdb375 Color Hex

#BDB375
(189,179,117)
0 Favorites   0 Comments

Color spaces of #bdb375

RGB 189179117
HSL0.140.350.60
HSV52°38°74°
CMYK 0.000.050.38   0.26
XYZ40.317344.343423.2638
Yxy44.34340.37360.4109
Hunter Lab66.5908-8.461525.9004
CIE-Lab72.4574-5.599532.9480

#bdb375 color RGB value is (189,179,117).

#bdb375 hex color red value is 189, green value is 179 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bdb375 hue: 0.14 , saturation: 0.35 and the lightness value of bdb375 is 0.60.

The process color (four color CMYK) of #bdb375 color hex is 0.00, 0.05, 0.38, 0.26. Web safe color of #bdb375 is #cccc66. Color #bdb375 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110011 01110101
Octal 275 263 165
Decimal 189 179 117
Hex BD B3 75

RGB Percentages of Color #bdb375

%38.97
%36.91
%24.12

CMYK Percentages of Color #bdb375

%0
%5
%38
%26

Triadic Colors of #bdb375

#bdb375 #75bdb3 #b375bd

Analogous Colors of #bdb375

#bdb375 #a3bd75 #bd8f75

Monochromatic Colors of #bdb375

#bdb375

Complementary Color

#bdb375 #757fbd

#bdb375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb375 Color CSS Codes

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

#bdb375 Text Font Color

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

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


#bdb375 Background Color

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

This div background color is #bdb375


#bdb375 Border Color

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

This div border color is #bdb375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb375


Comments

No comments written yet.

Please login to write comment.