Color Hex Logo

#bcccac Color Hex

#BCCCAC
(188,204,172)
1 Favorites   0 Comments

Color spaces of #bcccac

RGB 188204172
HSL0.250.240.74
HSV90°16°80°
CMYK 0.080.000.16   0.20
XYZ49.778356.855747.3804
Yxy56.85570.32320.3692
Hunter Lab75.4027-14.115215.5262
CIE-Lab80.0984-11.187214.1298

#bcccac color RGB value is (188,204,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001100 10101100
Octal 274 314 254
Decimal 188 204 172
Hex BC CC AC

RGB Percentages of Color #bcccac

%33.33
%36.17
%30.50

CMYK Percentages of Color #bcccac

%8
%0
%16
%20

Triadic Colors of #bcccac

#bcccac #acbccc #ccacbc

Analogous Colors of #bcccac

#bcccac #acccac #ccccac

Monochromatic Colors of #bcccac

#bcccac

Complementary Color

#bcccac #bcaccc

#bcccac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcccac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcccac Color CSS Codes

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

#bcccac Text Font Color

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

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


#bcccac Background Color

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

This div background color is #bcccac


#bcccac Border Color

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

This div border color is #bcccac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,204,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 #bcccac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcccac


Comments

No comments written yet.

Please login to write comment.