Color Hex Logo

#baccbb Color Hex

#BACCBB
(186,204,187)
0 Favorites   0 Comments

Color spaces of #baccbb

RGB 186204187
HSL0.340.150.76
HSV123°80°
CMYK 0.090.000.08   0.20
XYZ50.812257.212755.3788
Yxy57.21270.31100.3501
Hunter Lab75.6391-12.45719.5385
CIE-Lab80.2991-9.28126.3870

#baccbb color RGB value is (186,204,187).

#baccbb hex color red value is 186, green value is 204 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #baccbb hue: 0.34 , saturation: 0.15 and the lightness value of baccbb is 0.76.

The process color (four color CMYK) of #baccbb color hex is 0.09, 0.00, 0.08, 0.20. Web safe color of #baccbb is #cccccc. Color #baccbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001100 10111011
Octal 272 314 273
Decimal 186 204 187
Hex BA CC BB

RGB Percentages of Color #baccbb

%32.24
%35.36
%32.41

CMYK Percentages of Color #baccbb

%9
%0
%8
%20

Triadic Colors of #baccbb

#baccbb #bbbacc #ccbbba

Analogous Colors of #baccbb

#baccbb #baccc4 #c2ccba

Monochromatic Colors of #baccbb

#baccbb

Complementary Color

#baccbb #ccbacb

#baccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#baccbb Color CSS Codes

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

#baccbb Text Font Color

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

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


#baccbb Background Color

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

This div background color is #baccbb


#baccbb Border Color

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

This div border color is #baccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baccbb


Comments

No comments written yet.

Please login to write comment.