Color Hex Logo

#bbccab Color Hex

#BBCCAB
(187,204,171)
0 Favorites   0 Comments

Color spaces of #bbccab

RGB 187204171
HSL0.250.240.74
HSV91°16°80°
CMYK 0.080.000.16   0.20
XYZ49.437156.690846.8649
Yxy56.69080.32310.3705
Hunter Lab75.2933-14.561315.8014
CIE-Lab80.0054-11.709314.5211

#bbccab color RGB value is (187,204,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001100 10101011
Octal 273 314 253
Decimal 187 204 171
Hex BB CC AB

RGB Percentages of Color #bbccab

%33.27
%36.30
%30.43

CMYK Percentages of Color #bbccab

%8
%0
%16
%20

Triadic Colors of #bbccab

#bbccab #abbbcc #ccabbb

Analogous Colors of #bbccab

#bbccab #abccac #ccccab

Monochromatic Colors of #bbccab

#bbccab

Complementary Color

#bbccab #bcabcc

#bbccab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbccab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbccab Color CSS Codes

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

#bbccab Text Font Color

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

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


#bbccab Background Color

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

This div background color is #bbccab


#bbccab Border Color

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

This div border color is #bbccab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbccab


Comments

No comments written yet.

Please login to write comment.