Color Hex Logo

#bdb475 Color Hex

#BDB475
(189,180,117)
0 Favorites   0 Comments

Color spaces of #bdb475

RGB 189180117
HSL0.150.350.60
HSV53°38°74°
CMYK 0.000.050.38   0.26
XYZ40.518444.745723.3309
Yxy44.74570.37310.4120
Hunter Lab66.8922-8.939226.1452
CIE-Lab72.7241-6.125533.2929

#bdb475 color RGB value is (189,180,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110100 01110101
Octal 275 264 165
Decimal 189 180 117
Hex BD B4 75

RGB Percentages of Color #bdb475

%38.89
%37.04
%24.07

CMYK Percentages of Color #bdb475

%0
%5
%38
%26

Triadic Colors of #bdb475

#bdb475 #75bdb4 #b475bd

Analogous Colors of #bdb475

#bdb475 #a2bd75 #bd9075

Monochromatic Colors of #bdb475

#bdb475

Complementary Color

#bdb475 #757ebd

#bdb475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb475 Color CSS Codes

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

#bdb475 Text Font Color

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

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


#bdb475 Background Color

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

This div background color is #bdb475


#bdb475 Border Color

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

This div border color is #bdb475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb475


Comments

No comments written yet.

Please login to write comment.