Color Hex Logo

#bcbdad Color Hex

#BCBDAD
(188,189,173)
0 Favorites   0 Comments

Color spaces of #bcbdad

RGB 188189173
HSL0.180.110.71
HSV64°74°
CMYK 0.010.000.08   0.26
XYZ46.479550.103746.7564
Yxy50.10370.32430.3495
Hunter Lab70.7840-6.661910.3847
CIE-Lab76.1329-3.20177.9610

#bcbdad color RGB value is (188,189,173).

#bcbdad hex color red value is 188, green value is 189 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bcbdad hue: 0.18 , saturation: 0.11 and the lightness value of bcbdad is 0.71.

The process color (four color CMYK) of #bcbdad color hex is 0.01, 0.00, 0.08, 0.26. Web safe color of #bcbdad is #cccc99. Color #bcbdad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 10101101
Octal 274 275 255
Decimal 188 189 173
Hex BC BD AD

RGB Percentages of Color #bcbdad

%34.18
%34.36
%31.45

CMYK Percentages of Color #bcbdad

%1
%0
%8
%26

Triadic Colors of #bcbdad

#bcbdad #adbcbd #bdadbc

Analogous Colors of #bcbdad

#bcbdad #b4bdad #bdb6ad

Monochromatic Colors of #bcbdad

#bcbdad

Complementary Color

#bcbdad #aeadbd

#bcbdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbdad Color CSS Codes

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

#bcbdad Text Font Color

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

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


#bcbdad Background Color

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

This div background color is #bcbdad


#bcbdad Border Color

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

This div border color is #bcbdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbdad


Comments

No comments written yet.

Please login to write comment.