Color Hex Logo

#bccbac Color Hex

#BCCBAC
(188,203,172)
0 Favorites   0 Comments

Color spaces of #bccbac

RGB 188203172
HSL0.250.230.74
HSV89°15°80°
CMYK 0.070.000.15   0.20
XYZ49.541456.381847.3014
Yxy56.38180.32330.3680
Hunter Lab75.0878-13.633015.2119
CIE-Lab79.8306-10.673513.7524

#bccbac color RGB value is (188,203,172).

#bccbac hex color red value is 188, green value is 203 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bccbac hue: 0.25 , saturation: 0.23 and the lightness value of bccbac is 0.74.

The process color (four color CMYK) of #bccbac color hex is 0.07, 0.00, 0.15, 0.20. Web safe color of #bccbac is #cccc99. Color #bccbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001011 10101100
Octal 274 313 254
Decimal 188 203 172
Hex BC CB AC

RGB Percentages of Color #bccbac

%33.39
%36.06
%30.55

CMYK Percentages of Color #bccbac

%7
%0
%15
%20

Triadic Colors of #bccbac

#bccbac #acbccb #cbacbc

Analogous Colors of #bccbac

#bccbac #adcbac #cbcbac

Monochromatic Colors of #bccbac

#bccbac

Complementary Color

#bccbac #bbaccb

#bccbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccbac Color CSS Codes

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

#bccbac Text Font Color

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

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


#bccbac Background Color

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

This div background color is #bccbac


#bccbac Border Color

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

This div border color is #bccbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccbac


Comments

No comments written yet.

Please login to write comment.