Color Hex Logo

#bcccab Color Hex

#BCCCAB
(188,204,171)
0 Favorites   0 Comments

Color spaces of #bcccab

RGB 188204171
HSL0.250.240.74
HSV89°16°80°
CMYK 0.080.000.16   0.20
XYZ49.682656.817446.8764
Yxy56.81740.32390.3704
Hunter Lab75.3773-14.257615.8923
CIE-Lab80.0768-11.352614.6319

#bcccab color RGB value is (188,204,171).

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

The process color (four color CMYK) of #bcccab color hex is 0.08, 0.00, 0.16, 0.20. Web safe color of #bcccab is #cccc99. Color #bcccab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001100 10101011
Octal 274 314 253
Decimal 188 204 171
Hex BC CC AB

RGB Percentages of Color #bcccab

%33.39
%36.23
%30.37

CMYK Percentages of Color #bcccab

%8
%0
%16
%20

Triadic Colors of #bcccab

#bcccab #abbccc #ccabbc

Analogous Colors of #bcccab

#bcccab #acccab #ccccab

Monochromatic Colors of #bcccab

#bcccab

Complementary Color

#bcccab #bbabcc

#bcccab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcccab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcccab Color CSS Codes

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

#bcccab Text Font Color

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

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


#bcccab Background Color

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

This div background color is #bcccab


#bcccab Border Color

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

This div border color is #bcccab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcccab


Comments

No comments written yet.

Please login to write comment.