Color Hex Logo

#bcbda8 Color Hex

#BCBDA8
(188,189,168)
0 Favorites   0 Comments

Color spaces of #bcbda8

RGB 188189168
HSL0.170.140.70
HSV63°11°74°
CMYK 0.010.000.11   0.26
XYZ46.004549.913744.2554
Yxy49.91370.32820.3561
Hunter Lab70.6496-7.404112.3151
CIE-Lab76.0163-4.045610.4997

#bcbda8 color RGB value is (188,189,168).

#bcbda8 hex color red value is 188, green value is 189 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #bcbda8 hue: 0.17 , saturation: 0.14 and the lightness value of bcbda8 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 10101000
Octal 274 275 250
Decimal 188 189 168
Hex BC BD A8

RGB Percentages of Color #bcbda8

%34.50
%34.68
%30.83

CMYK Percentages of Color #bcbda8

%1
%0
%11
%26

Triadic Colors of #bcbda8

#bcbda8 #a8bcbd #bda8bc

Analogous Colors of #bcbda8

#bcbda8 #b2bda8 #bdb4a8

Monochromatic Colors of #bcbda8

#bcbda8

Complementary Color

#bcbda8 #a9a8bd

#bcbda8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbda8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbda8 Color CSS Codes

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

#bcbda8 Text Font Color

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

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


#bcbda8 Background Color

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

This div background color is #bcbda8


#bcbda8 Border Color

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

This div border color is #bcbda8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbda8


Comments

No comments written yet.

Please login to write comment.