Color Hex Logo

#bcc4ab Color Hex

#BCC4AB
(188,196,171)
0 Favorites   0 Comments

Color spaces of #bcc4ab

RGB 188196171
HSL0.220.170.72
HSV79°13°77°
CMYK 0.040.000.13   0.23
XYZ47.829753.111546.2587
Yxy53.11150.32490.3608
Hunter Lab72.8776-10.386113.3803
CIE-Lab77.9408-7.216411.6154

#bcc4ab color RGB value is (188,196,171).

#bcc4ab hex color red value is 188, green value is 196 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bcc4ab hue: 0.22 , saturation: 0.17 and the lightness value of bcc4ab is 0.72.

The process color (four color CMYK) of #bcc4ab color hex is 0.04, 0.00, 0.13, 0.23. Web safe color of #bcc4ab is #cccc99. Color #bcc4ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000100 10101011
Octal 274 304 253
Decimal 188 196 171
Hex BC C4 AB

RGB Percentages of Color #bcc4ab

%33.87
%35.32
%30.81

CMYK Percentages of Color #bcc4ab

%4
%0
%13
%23

Triadic Colors of #bcc4ab

#bcc4ab #abbcc4 #c4abbc

Analogous Colors of #bcc4ab

#bcc4ab #b0c4ab #c4c0ab

Monochromatic Colors of #bcc4ab

#bcc4ab

Complementary Color

#bcc4ab #b3abc4

#bcc4ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc4ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc4ab Color CSS Codes

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

#bcc4ab Text Font Color

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

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


#bcc4ab Background Color

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

This div background color is #bcc4ab


#bcc4ab Border Color

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

This div border color is #bcc4ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc4ab


Comments

No comments written yet.

Please login to write comment.