Color Hex Logo

#bdbc93 Color Hex

#BDBC93
(189,188,147)
0 Favorites   0 Comments

Color spaces of #bdbc93

RGB 189188147
HSL0.160.240.66
HSV59°22°74°
CMYK 0.000.010.22   0.26
XYZ44.235948.891834.7093
Yxy48.89180.34600.3825
Hunter Lab69.9227-9.438419.5146
CIE-Lab75.3840-6.416820.9351

#bdbc93 color RGB value is (189,188,147).

#bdbc93 hex color red value is 189, green value is 188 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bdbc93 hue: 0.16 , saturation: 0.24 and the lightness value of bdbc93 is 0.66.

The process color (four color CMYK) of #bdbc93 color hex is 0.00, 0.01, 0.22, 0.26. Web safe color of #bdbc93 is #cccc99. Color #bdbc93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 10010011
Octal 275 274 223
Decimal 189 188 147
Hex BD BC 93

RGB Percentages of Color #bdbc93

%36.07
%35.88
%28.05

CMYK Percentages of Color #bdbc93

%0
%1
%22
%26

Triadic Colors of #bdbc93

#bdbc93 #93bdbc #bc93bd

Analogous Colors of #bdbc93

#bdbc93 #a9bd93 #bda793

Monochromatic Colors of #bdbc93

#bdbc93

Complementary Color

#bdbc93 #9394bd

#bdbc93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbc93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbc93 Color CSS Codes

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

#bdbc93 Text Font Color

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

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


#bdbc93 Background Color

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

This div background color is #bdbc93


#bdbc93 Border Color

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

This div border color is #bdbc93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbc93


Comments

No comments written yet.

Please login to write comment.