Color Hex Logo

#baccba Color Hex

#BACCBA
(186,204,186)
0 Favorites   0 Comments

Color spaces of #baccba

RGB 186204186
HSL0.330.150.76
HSV120°80°
CMYK 0.090.000.09   0.20
XYZ50.705557.170054.8168
Yxy57.17000.31170.3514
Hunter Lab75.6108-12.61489.9432
CIE-Lab80.2751-9.46216.8875

#baccba color RGB value is (186,204,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001100 10111010
Octal 272 314 272
Decimal 186 204 186
Hex BA CC BA

RGB Percentages of Color #baccba

%32.29
%35.42
%32.29

CMYK Percentages of Color #baccba

%9
%0
%9
%20

Triadic Colors of #baccba

#baccba #babacc #ccbaba

Analogous Colors of #baccba

#baccba #baccc3 #c3ccba

Monochromatic Colors of #baccba

#baccba

Complementary Color

#baccba #ccbacc

#baccba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baccba Color Preview on White Background

Lorem ipsum dolor sit amet.

#baccba Color CSS Codes

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

#baccba Text Font Color

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

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


#baccba Background Color

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

This div background color is #baccba


#baccba Border Color

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

This div border color is #baccba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baccba


Comments

No comments written yet.

Please login to write comment.