Color Hex Logo

#bdbc95 Color Hex

#BDBC95
(189,188,149)
0 Favorites   0 Comments

Color spaces of #bdbc95

RGB 189188149
HSL0.160.230.66
HSV59°21°74°
CMYK 0.000.010.21   0.26
XYZ44.394348.955235.5432
Yxy48.95520.34440.3798
Hunter Lab69.9680-9.186718.8587
CIE-Lab75.4234-6.125119.9177

#bdbc95 color RGB value is (189,188,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 10010101
Octal 275 274 225
Decimal 189 188 149
Hex BD BC 95

RGB Percentages of Color #bdbc95

%35.93
%35.74
%28.33

CMYK Percentages of Color #bdbc95

%0
%1
%21
%26

Triadic Colors of #bdbc95

#bdbc95 #95bdbc #bc95bd

Analogous Colors of #bdbc95

#bdbc95 #aabd95 #bda895

Monochromatic Colors of #bdbc95

#bdbc95

Complementary Color

#bdbc95 #9596bd

#bdbc95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbc95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbc95 Color CSS Codes

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

#bdbc95 Text Font Color

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

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


#bdbc95 Background Color

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

This div background color is #bdbc95


#bdbc95 Border Color

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

This div border color is #bdbc95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbc95


Comments

No comments written yet.

Please login to write comment.